Compartir a través de


ResourceGovernor.ReconfigurePending Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public ReadOnly Property ReconfigurePending As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: 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.

Vea también

Referencia

ResourceGovernor Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Conceptos del regulador de recursos