ManagedInstance.VolumeSpaceHealthState 속성

Gets the volume space health state.

네임스페이스:  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
A HealthState value that indicates the current health state of the server instance volume space.

주의

Valid HealthState values are enumerated by the HealthState enumeration.

참고 항목

참조

ManagedInstance 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스