PolicyStore.EnumerationMode 열거형
Specifies the enumeration mode for the PolicyStore object.
이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
<FlagsAttribute> _
Public Enumeration EnumerationMode
‘사용 방법
Dim instance As PolicyStore.EnumerationMode
[FlagsAttribute]
public enum EnumerationMode
[FlagsAttribute]
public enum class EnumerationMode
[<FlagsAttribute>]
type EnumerationMode
public enum EnumerationMode
멤버
멤버 이름 | 설명 | |
---|---|---|
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 |