PolicyEffectiveState Enumeration

 

The PolicyEffectiveState enumeration contains values that are used to specify the effectiveness of the policy.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

[FlagsAttribute]
public enum PolicyEffectiveState
[FlagsAttribute]
public enum class PolicyEffectiveState
[<FlagsAttribute>]
type PolicyEffectiveState
<FlagsAttribute>
Public Enumeration 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.

See Also

Microsoft.SqlServer.Management.Dmf Namespace

Return to top