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.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
| Member name | Description | |
|---|---|---|
| All | Enumeration that specifies both system and non-system modes of enumeration. 3 | |
| NonSystemOnly | Non-system mode of enumeration only. 1 | |
| SystemOnly | System mode of enumeration only. 2 |
Show: