Freigeben über


PolicyStore.EnumerationMode-Enumeration

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
NonSystemOnly Non-system mode of enumeration only. 1
SystemOnly System mode of enumeration only. 2
All Enumeration that specifies both system and non-system modes of enumeration. 3