共用方式為


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.