ResourceGovernor.ReconfigurePending Property
Indicates whether or not changes to a group or pool were made but have not been applied to the in-memory configuration.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property ReconfigurePending As Boolean
[SfcPropertyAttribute]
public bool ReconfigurePending { get; }
[SfcPropertyAttribute]
public:
property bool ReconfigurePending {
bool get ();
}
/** @property */
public boolean get_ReconfigurePending ()
public function get ReconfigurePending () : boolean
Property Value
BooleanFalse - A reconfiguration statement is not required. True - A reconfiguration statement or server restart is required in order for pending configuration changes to be applied.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also
Reference
ResourceGovernor Class
ResourceGovernor Members
Microsoft.SqlServer.Management.Smo Namespace