DatabaseCreateResponse::Database Property

 

Optional. Gets or sets the database that was created as a result of the call to Create Database.

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: