IServerConfigurationFacet.SetWorkingSetSize Property

 

Applies To: SQL Server 2016 Preview

Gets a Boolean value that specifies if the SetWorkingSetSize property value is set.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
bool SetWorkingSetSize { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property bool SetWorkingSetSize {
    bool get();
    void set(bool value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract SetWorkingSetSize : bool with get, set
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>
Property SetWorkingSetSize As Boolean

Property Value

Type: System.Boolean

true if the property is set. false if the property is not set.

See Also

IServerConfigurationFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top