次の方法で共有


ReconfigurePending プロパティ

グループまたはプールの変更後、変更内容がメモリ内の構成に適用されているかどうかを示します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public ReadOnly Property ReconfigurePending As Boolean
    Get
'使用
Dim instance As ResourceGovernor
Dim value As Boolean

value = instance.ReconfigurePending
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")]
public bool ReconfigurePending { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"false")]
public:
property bool ReconfigurePending {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")>]
member ReconfigurePending : bool
function get ReconfigurePending () : boolean

プロパティ値

型: System. . :: . .Boolean
Boolean
False : 再構成ステートメントは必要ありません。
True : 保留中の構成変更を適用するため、再構成ステートメントまたはサーバーの再起動が必要です。