IServerPerformanceFacet.LightweightPoolingEnabled Property

 

Applies To: SQL Server 2016 Preview

Gets a Boolean that specifies the LightweightPoolingEnabled property for an instance of SQL Server.

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

Syntax

[DisplayNameKeyAttribute("LightweightPoolingEnabledName")]
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
[DisplayDescriptionKeyAttribute("LightweightPoolingEnabledDesc")]
bool LightweightPoolingEnabled { get; set; }
[DisplayNameKeyAttribute("LightweightPoolingEnabledName")]
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
[DisplayDescriptionKeyAttribute("LightweightPoolingEnabledDesc")]
property bool LightweightPoolingEnabled {
    bool get();
    void set(bool value);
}
[<DisplayNameKeyAttribute("LightweightPoolingEnabledName")>]
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
[<DisplayDescriptionKeyAttribute("LightweightPoolingEnabledDesc")>]
abstract LightweightPoolingEnabled : bool with get, set
<DisplayNameKeyAttribute("LightweightPoolingEnabledName")>
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>
<DisplayDescriptionKeyAttribute("LightweightPoolingEnabledDesc")>
Property LightweightPoolingEnabled As Boolean

Property Value

Type: System.Boolean

True if the LightweightPoolingEnabled property for an instance of SQL Server is specified; otherwise, false.

See Also

IServerPerformanceFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top