Expand Minimize
This topic has not yet been rated - Rate this topic

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)
[FlagsAttribute]
public enum PolicyEffectiveState
Member nameDescription
NonePolicy is not effective.
EnabledPolicy is enabled.
InFilterPolicy passes the filter check.
InCategoryPolicy passes the category check.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.