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

Members

Member name Description
Disable The import policy is disabled.
Enable The import policy is enabled.
Unchanged The import policy is unchanged.

Remarks

The ImportPolicyEngabledState enumeration class is served by the ImportPolicy method.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

Microsoft.SqlServer.Management.Dmf Namespace