DacProcessorHealthState 屬性
Gets the server instance processor health state.
命名空間: Microsoft.SqlServer.Management.Utility
組件: Microsoft.SqlServer.Management.Utility (在 Microsoft.SqlServer.Management.Utility.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DacProcessorHealthState As HealthState
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Management.Utility. . :: . .HealthState
A HealthState value that indicates the current health state of the DAC processor.
備註
Valid HealthState values are enumerated by the HealthState enumeration.