Share via


DatabaseCreateParameters.Edition Property

 

Optional. Gets or sets the edition for the new database. The DatabaseEditions enumeration contains the valid values for this property.

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

Syntax

public string Edition { get; set; }
public:
property String^ Edition {
    String^ get();
    void set(String^ value);
}
member Edition : string with get, set
Public Property Edition As String

Property Value

Type: System.String

See Also

DatabaseCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top