Share via


ISqlServerOptions.IsSetWorkingSetSizeEnabled Property

Gets or sets whether setting working set size is enabled.

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

Syntax

'Declaration
Property IsSetWorkingSetSizeEnabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsSetWorkingSetSizeEnabled

instance.IsSetWorkingSetSizeEnabled = value
Nullable<bool> IsSetWorkingSetSizeEnabled { get; set; }
property Nullable<bool> IsSetWorkingSetSizeEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsSetWorkingSetSizeEnabled () : Nullable<boolean>
function set IsSetWorkingSetSizeEnabled (value : Nullable<boolean>)
abstract IsSetWorkingSetSizeEnabled : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace