Share via


DatabaseCreateParameters.MaximumDatabaseSizeInGB Property

 

Optional. Gets or sets the maximum size of this database expressed in gigabytes. If this is used in conjunction with MaximumDatabaseSizeInBytes they must agree.

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

Syntax

public Nullable<int> MaximumDatabaseSizeInGB { get; set; }
public:
property Nullable<int> MaximumDatabaseSizeInGB {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member MaximumDatabaseSizeInGB : Nullable<int> with get, set
Public Property MaximumDatabaseSizeInGB As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

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

Return to top