Condividi tramite


Proprietà ISqlFile.MaxSizeUnit

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

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

Sintassi

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