Compartir a través de


DeployedDac.DacProcessorHealthState 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 DacProcessorHealthState As HealthState 
    Get
'Uso
Dim instance As DeployedDac 
Dim value As HealthState 

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

Valor de la propiedad

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

Comentarios

Valid HealthState values are enumerated by the HealthState enumeration.

Vea también

Referencia

DeployedDac Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility