DatabaseOperationListResponse::DatabaseOperations Property

 

Optional. Gets or sets the collection of database operations returned from a call to List Database Operations.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public:
property IList<DatabaseOperation^>^ DatabaseOperations {
	IList<DatabaseOperation^>^ get();
	void set(IList<DatabaseOperation^>^ value);
}
Return to top
Show: