Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the file 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 FileSpaceHealthState As HealthState
Get
'Usage
Dim instance As DeployedDac
Dim value As HealthState
value = instance.FileSpaceHealthState
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public HealthState FileSpaceHealthState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property HealthState FileSpaceHealthState {
HealthState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member FileSpaceHealthState : HealthState
function get FileSpaceHealthState () : HealthState
Property Value
Type: Microsoft.SqlServer.Management.Utility.HealthState
A HealthState value that indicates the current health state of the file space.
Remarks
Valid HealthState values are enumerated by the HealthState enumeration.