PolicyEffectiveState Enumeration
The PolicyEffectiveState enumeration contains values that are used to specify the effectiveness of the policy.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PolicyEffectiveState
'Usage
Dim instance As PolicyEffectiveState
[FlagsAttribute]
public enum PolicyEffectiveState
[FlagsAttribute]
public enum class PolicyEffectiveState
[<FlagsAttribute>]
type PolicyEffectiveState
public enum PolicyEffectiveState
Members
Member name | Description | |
---|---|---|
Enabled | Policy is enabled. | |
InCategory | Policy passes the category check. | |
InFilter | Policy passes the filter check. | |
None | Policy is not effective. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.