Proprietà ISqlFile.SizeUnit

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

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

Sintassi

'Dichiarazione
Property SizeUnit As SqlMemoryUnit
    Get
    Set
SqlMemoryUnit SizeUnit { get; set; }
property SqlMemoryUnit SizeUnit {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
abstract SizeUnit : SqlMemoryUnit with get, set
function get SizeUnit () : SqlMemoryUnit
function set SizeUnit (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