Partilhar via


Propriedade ISql100EventSession.MaxMemorySpecifiedAs

Obtém ou define as unidades da MaxMemory propriedade.

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

Sintaxe

'Declaração
Property MaxMemorySpecifiedAs As SqlMemoryUnit
    Get
    Set
SqlMemoryUnit MaxMemorySpecifiedAs { get; set; }
property SqlMemoryUnit MaxMemorySpecifiedAs {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
abstract MaxMemorySpecifiedAs : SqlMemoryUnit with get, set
function get MaxMemorySpecifiedAs () : SqlMemoryUnit
function set MaxMemorySpecifiedAs (value : SqlMemoryUnit)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100EventSession Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel