Freigeben über


PolicyEffectiveState-Enumeration

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

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 PolicyEffectiveState
'Usage
Dim instance As PolicyEffectiveState
[FlagsAttribute]
public enum PolicyEffectiveState
[FlagsAttribute]
public enum class PolicyEffectiveState
[<FlagsAttribute>]
type PolicyEffectiveState
public enum PolicyEffectiveState

Elemente

Elementname Beschreibung
Enabled Policy is enabled.
InCategory Policy passes the category check.
InFilter Policy passes the filter check.
None Policy is not effective.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Dmf-Namespace