次の方法で共有


ManagedInstance.VolumeSpaceHealthState プロパティ

ボリューム領域の正常性状態を取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property VolumeSpaceHealthState As HealthState 
    Get
'使用
Dim instance As ManagedInstance 
Dim value As HealthState 

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

プロパティ値

型: Microsoft.SqlServer.Management.Utility.HealthState
サーバー インスタンス ボリューム領域の現在の正常性状態を示す HealthState 値です。

説明

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

関連項目

参照

ManagedInstance クラス

Microsoft.SqlServer.Management.Utility 名前空間