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

멤버

멤버 이름 설명
Critical The operation is in a critical state.
None The state of the operation is unspecified.
Steady The operation is in a steady state.
Warning The operation is in a warning state.

참고 항목

참조

Microsoft.SqlServer.Management.Utility 네임스페이스