次の方法で共有


LightweightPoolingEnabled プロパティ

SQL Server のインスタンスの LightweightPoolingEnabled プロパティを示す Boolean 値を取得します。

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

構文

'宣言
<DisplayDescriptionKeyAttribute("LightweightPoolingEnabledDesc")> _
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
<DisplayNameKeyAttribute("LightweightPoolingEnabledName")> _
Property LightweightPoolingEnabled As Boolean
    Get
    Set
'使用
Dim instance As IServerPerformanceFacet
Dim value As Boolean

value = instance.LightweightPoolingEnabled

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

プロパティ値

型: System. . :: . .Boolean
Boolean