Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The HealthState enumeration contains values that are used to specify the state of the deployment.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.EnumSR")> _
Public Enumeration HealthState
'Usage
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
Members
| Member name | Description | |
|---|---|---|
| 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. |