다음을 통해 공유


ResourceGovernor.ReconfigurePending 속성

Indicates whether changes to a group or pool were made but have not been applied to the in-memory configuration.

네임스페이스:  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 - A reconfiguration statement is not required. True - A reconfiguration statement or server restart is required for pending configuration changes to be applied.

참고 항목

참조

ResourceGovernor 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

리소스 관리자 개념