DeployedDac.DacProcessorHealthState プロパティ

サーバー インスタンス プロセッサの正常性状態を取得します。

名前空間:  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
DAC プロセッサの現在の正常性状態を示す HealthState 値です。

説明

有効な HealthState 値は、HealthState 列挙体によって列挙されます。

関連項目

参照

DeployedDac クラス

Microsoft.SqlServer.Management.Utility 名前空間