Proprietà ReconfigurePending
Indicates whether or not changes to a group or pool were made but have not been applied to the in-memory configuration.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property ReconfigurePending As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: 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.
Vedere anche