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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.