次の方法で共有


LightweightPoolingEnabled プロパティ

LightweightPoolingEnabled プロパティ値が設定されているかどうかを示すブール値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property LightweightPoolingEnabled As Boolean
    Get
    Set
'使用
Dim instance As IServerConfigurationFacet
Dim value As Boolean

value = instance.LightweightPoolingEnabled

instance.LightweightPoolingEnabled = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
bool LightweightPoolingEnabled { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property bool LightweightPoolingEnabled {
    bool get ();
    void set (bool value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract LightweightPoolingEnabled : bool with get, set
function get LightweightPoolingEnabled () : boolean
function set LightweightPoolingEnabled (value : boolean)

プロパティ値

型: System. . :: . .Boolean
このプロパティが設定されている場合は True です。このプロパティが設定されていない場合は False です。