共用方式為


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 命名空間

其他資源

資源管理員概念