PolicyEffectiveState 열거형

The PolicyEffectiveState enumeration contains values that are used to specify the effectiveness of the policy.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration PolicyEffectiveState
‘사용 방법
Dim instance As PolicyEffectiveState
[FlagsAttribute]
public enum PolicyEffectiveState
[FlagsAttribute]
public enum class PolicyEffectiveState
[<FlagsAttribute>]
type PolicyEffectiveState
public enum PolicyEffectiveState

멤버

멤버 이름 설명
None Policy is not effective.
Enabled Policy is enabled.
InFilter Policy passes the filter check.
InCategory Policy passes the category check.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.