DatabaseOperationListResponse::DatabaseOperations Property
Optional. Gets or sets the collection of database operations returned from a call to List Database Operations.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: property IList<DatabaseOperation^>^ DatabaseOperations { IList<DatabaseOperation^>^ get(); void set(IList<DatabaseOperation^>^ value); }
Property Value
Type: System.Collections.Generic::IList<DatabaseOperation^>^
Show: