Partilhar via


Propriedade ISql100ServerAudit.MaxSizeUnit

Obtém ou define a unidade de medida de MaxSize.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100ServerAudit Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel