Partilhar via


Propriedade ISqlFile.FileGrowth

Obtém ou define a quantidade pela qual o arquivo crescerá quando for necessário.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISqlFile Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel