ComputerProcessorHealthState 속성
Gets the computer processor health state.
네임스페이스: Microsoft.SqlServer.Management.Utility
어셈블리: Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ComputerProcessorHealthState As HealthState
Get
‘사용 방법
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
속성 값
유형: Microsoft.SqlServer.Management.Utility. . :: . .HealthState
A HealthState value that indicates the current health state of the computer processor.
주의
Valid HealthState values are enumerated by the HealthState enumeration.