DatabaseUpdateResponse::Database Property

 

Optional. The database object returned from the call to Update Database reflecting the changes made.

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

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