Partilhar via


Propriedade ISqlServerOptions.IsSetWorkingSetSizeEnabled

Obtém ou define um valor que modela o conjunto"tamanho do conjunto de trabalho" opção sp_configure.

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

Sintaxe

'Declaração
Property IsSetWorkingSetSizeEnabled As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsSetWorkingSetSizeEnabled { get; set; }
property Nullable<bool> IsSetWorkingSetSizeEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsSetWorkingSetSizeEnabled : Nullable<bool> with get, set
function get IsSetWorkingSetSizeEnabled () : Nullable<boolean>
function set IsSetWorkingSetSizeEnabled (value : Nullable<boolean>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel