Sdílet prostřednictvím


DatabaseOperationListResponse.DatabaseOperations Property

Definition

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

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation> DatabaseOperations { get; set; }
member this.DatabaseOperations : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation> with get, set
Public Property DatabaseOperations As IList(Of DatabaseOperation)

Property Value

Applies to