Compartir a través de


ISqlFile.FileGrowth (Propiedad)

Obtiene o establece la cantidad en la que crecerá el archivo cuando sea necesario.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property FileGrowth As Nullable(Of Integer)
    Get
    Set
Nullable<int> FileGrowth { get; set; }
property Nullable<int> FileGrowth {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract FileGrowth : Nullable<int> with get, set
function get FileGrowth () : Nullable<int>
function set FileGrowth (value : Nullable<int>)

Valor de propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISqlFile Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)