Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration EnumerationMode
'Usage
Dim instance As PolicyStore.EnumerationMode
[FlagsAttribute]
public enum EnumerationMode
[FlagsAttribute]
public enum class EnumerationMode
[<FlagsAttribute>]
type EnumerationMode
public enum EnumerationMode
Members
| 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 |