Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |