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)

public:
property RestorableDroppedDatabase^ Database {
	RestorableDroppedDatabase^ get();
	void set(RestorableDroppedDatabase^ value);
}
Return to top
Show: