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

public enum ImportPolicyEnabledState
public enum class ImportPolicyEnabledState
type ImportPolicyEnabledState
Public Enumeration 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 T:Microsoft.SqlServer.Management.Dmf.ImportPolicyEngabledState enumeration class is served by the M:Microsoft.SqlServer.Management.Dmf.PolicyStore.ImportPolicy method.

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

See Also

Microsoft.SqlServer.Management.Dmf Namespace

Return to top