共用方式為


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.