Propriedade do RDL DeployedDac.ComputerProcessorHealthState

Gets the computer processor health state.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ComputerProcessorHealthState As HealthState 
    Get
'Uso
Dim instance As DeployedDac 
Dim value As HealthState 

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

Valor da propriedade

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

Comentários

Valid HealthState values are enumerated by the HealthState enumeration.

Consulte também

Referência

DeployedDac Classe

Namespace Microsoft.SqlServer.Management.Utility