Compartir a través de


ManagedInstance.ServerProcessorHealthState Propiedad

Gets the server instance processor health state.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ServerProcessorHealthState As HealthState 
    Get
'Uso
Dim instance As ManagedInstance 
Dim value As HealthState 

value = instance.ServerProcessorHealthState
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public HealthState ServerProcessorHealthState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property HealthState ServerProcessorHealthState {
    HealthState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ServerProcessorHealthState : HealthState
function get ServerProcessorHealthState () : HealthState

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Utility.HealthState
A HealthState value that indicates the current health state of the server instance processor.

Comentarios

Valid HealthState values are enumerated by the HealthState enumeration.

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility