Freigeben über


ImportPolicyEnabledState-Enumeration

The ImportPolicyEnabledState enumeration contains values that are used to specify the state of the import policy.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Enumeration ImportPolicyEnabledState
'Usage
Dim instance As ImportPolicyEnabledState
public enum ImportPolicyEnabledState
public enum class ImportPolicyEnabledState
type ImportPolicyEnabledState
public enum ImportPolicyEnabledState

Elemente

Elementname Beschreibung
Disable The import policy is disabled.
Enable The import policy is enabled.
Unchanged The import policy is unchanged.

Hinweise

The ImportPolicyEngabledState enumeration class is served by the ImportPolicy method.

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