DeployedDac.VolumeSpaceHealthState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the volume space health state.
public:
property Microsoft::SqlServer::Management::Utility::HealthState VolumeSpaceHealthState { Microsoft::SqlServer::Management::Utility::HealthState get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public Microsoft.SqlServer.Management.Utility.HealthState VolumeSpaceHealthState { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.VolumeSpaceHealthState : Microsoft.SqlServer.Management.Utility.HealthState
Public ReadOnly Property VolumeSpaceHealthState As HealthState
Property Value
A HealthState value that indicates the current health state of the volume space.
- Attributes
Remarks
Valid HealthState values are enumerated by the HealthState enumeration.