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)
Syntax
public Database Database { get; set; }
public:
property Database^ Database {
Database^ get();
void set(Database^ value);
}
member Database : Database with get, set
Public Property Database As Database
Property Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.Database
See Also
DatabaseUpdateResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top