ImportPolicyEnabledState 枚举

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

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Enumeration ImportPolicyEnabledState
用法
Dim instance As ImportPolicyEnabledState
public enum ImportPolicyEnabledState
public enum class ImportPolicyEnabledState
type ImportPolicyEnabledState
public enum ImportPolicyEnabledState

成员

成员名称 说明
Disable The import policy is disabled.
Enable The import policy is enabled.
Unchanged The import policy is unchanged.

注释

The ImportPolicyEngabledState enumeration class is served by the ImportPolicy method.

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

Microsoft.SqlServer.Management.Dmf 命名空间