Sdílet prostřednictvím


ISqlFile.FileGrowth – vlastnost

Získá nebo nastaví částku, o které bude soubor růst je potřeba.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>)

Hodnota vlastnosti

Typ: System.Nullable<Int32>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlFile Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů