DatabaseOperationGetResponse.DatabaseOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Gets or sets the database operation information returned from a call to Get Database Operation.
public Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation DatabaseOperation { get; set; }
member this.DatabaseOperation : Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation with get, set
Public Property DatabaseOperation As DatabaseOperation