RestorableDroppedDatabase.Edition Property
Optional. Gets the database resource's edition.
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
RestorableDroppedDatabase Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top