Partilhar via


Propriedade ISqlFile.SizeUnit

Obtém ou define as unidades em que o Size propriedade é expresso.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlFile Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel