Database::Edition Property

 

Optional. Gets the edition of the Azure SQL Database. The DatabaseEditions enumeration contains all the valid editions.

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

public:
property String^ Edition {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: