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

PolicyStore.EnumerationMode Enumeration

Specifies the enumeration mode for the PolicyStore object.

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 EnumerationMode
Member nameDescription
NonSystemOnlyNon-system mode of enumeration only. 1
SystemOnlySystem mode of enumeration only. 2
AllEnumeration that specifies both system and non-system modes of enumeration. 3
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.