Freigeben über


ManagedInstance.VolumeSpaceHealthState-Eigenschaft

Gets the volume space health state.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property VolumeSpaceHealthState As HealthState 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Utility.HealthState
A HealthState value that indicates the current health state of the server instance volume space.

Hinweise

Valid HealthState values are enumerated by the HealthState enumeration.

Siehe auch

Verweis

ManagedInstance Klasse

Microsoft.SqlServer.Management.Utility-Namespace