Share via


RestorableDroppedDatabaseGetResponse.Database Property

 

Optional. Gets the restorable dropped database that has been returned from a Get Restorable Dropped Database request.

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

Syntax

public RestorableDroppedDatabase Database { get; set; }
public:
property RestorableDroppedDatabase^ Database {
    RestorableDroppedDatabase^ get();
    void set(RestorableDroppedDatabase^ value);
}
member Database : RestorableDroppedDatabase with get, set
Public Property Database As RestorableDroppedDatabase

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase

See Also

RestorableDroppedDatabaseGetResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top