Compartir a través de


DacAzureDatabaseSpecification.MaximumSize Propiedad

Gets or sets the maximum size, in GB.

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public Property MaximumSize As Integer 
    Get 
    Set
'Uso
Dim instance As DacAzureDatabaseSpecification 
Dim value As Integer 

value = instance.MaximumSize

instance.MaximumSize = value
public int MaximumSize { get; set; }
public:
property int MaximumSize {
    int get ();
    void set (int value);
}
member MaximumSize : int with get, set
function get MaximumSize () : int 
function set MaximumSize (value : int)

Valor de la propiedad

Tipo: System.Int32
The maximum size, in GB.

Comentarios

CREATE DATABASE database_name [ COLLATE collation_name ] { ({edition_options} [, ...n]) } {edition_options} ::= { (MAXSIZE = {1 | 5 | 10 | 20 | 30 … 150} GB) |(EDITION = {'web' | 'business'}) }

Vea también

Referencia

DacAzureDatabaseSpecification Clase

Espacio de nombres Microsoft.SqlServer.Dac