Share via


DacImportParameters.DatabaseSizeInGB Property

 

Optional. Gets or sets the size for the database that will be created upon import.

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

Syntax

public int DatabaseSizeInGB { get; set; }
public:
property int DatabaseSizeInGB {
    int get();
    void set(int value);
}
member DatabaseSizeInGB : int with get, set
Public Property DatabaseSizeInGB As Integer

Property Value

Type: System.Int32

See Also

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

Return to top