NameConditionType 枚举

The NameConditionType enumeration contains values that are used to specify the condition that is used in a policy.

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

语法

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

成员

成员名称 说明
Equal The nodes of the expression must be equal.
Like The nodes of the expression must be like each other, as with the Transact-SQL LIKE statement.
None There is no condition.
NotEqual The nodes of the expression must not be equal.
NotLike The nodes of the expression must not be like each other. See the Transact-SQL LIKE statement.

注释

The NameConditionType enumeration class is served by the SetNameConditionType method.

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

请参阅

参考

Microsoft.SqlServer.Management.Dmf 命名空间