Condividi tramite


Proprietà ISqlFile.FileGrowthUnit

Ottiene o imposta le unità nelle quali è espressa la proprietà FileGrowth.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property FileGrowthUnit As SqlMemoryUnit
    Get
    Set
SqlMemoryUnit FileGrowthUnit { get; set; }
property SqlMemoryUnit FileGrowthUnit {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
abstract FileGrowthUnit : SqlMemoryUnit with get, set
function get FileGrowthUnit () : SqlMemoryUnit
function set FileGrowthUnit (value : SqlMemoryUnit)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlMemoryUnit

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFile Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel