Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |