Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the enumeration mode for the PolicyStore object.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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 |