Поделиться через


Свойство FileSpaceHealthState

Gets the file space health state.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property FileSpaceHealthState As HealthState
    Get
'Применение
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

Значение свойства

Тип: Microsoft.SqlServer.Management.Utility. . :: . .HealthState
A HealthState value that indicates the current health state of the file space.

Замечания

Valid HealthState values are enumerated by the HealthState enumeration.