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


Перечисление HealthState

The HealthState enumeration contains values that are used to specify the state of the deployment.

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

Синтаксис

'Декларация
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.EnumSR")> _
Public Enumeration HealthState
'Применение
Dim instance As HealthState
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.EnumSR")]
public enum HealthState
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Utility.EnumSR")]
public enum class HealthState
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.EnumSR")>]
type HealthState
public enum HealthState

Элементы

Имя элемента Описание
None The state of the operation is unspecified.
Steady The operation is in a steady state.
Warning The operation is in a warning state.
Critical The operation is in a critical state.