ReconfigurePending 属性
Indicates whether or not 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> _
Public ReadOnly Property ReconfigurePending As Boolean
Get
用法
Dim instance As ResourceGovernor
Dim value As Boolean
value = instance.ReconfigurePending
[SfcPropertyAttribute]
public bool ReconfigurePending { get; }
[SfcPropertyAttribute]
public:
property bool ReconfigurePending {
bool get ();
}
[<SfcPropertyAttribute>]
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 in order for pending configuration changes to be applied.