PolicyHealthState Enumeration
The PolicyHealthState enumeration contains values that specify the health state of the policy.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration PolicyHealthState
'Usage
Dim instance As PolicyHealthState
public enum PolicyHealthState
public enum class PolicyHealthState
type PolicyHealthState
public enum PolicyHealthState
Members
Member name | Description | |
---|---|---|
Critical | The policy is in a critical state. | |
Healthy | The policy is in a healthy state. | |
NoPolicy | The policy does not exist. | |
Unknown | The state of the policy is unknown. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.