BooleanComparisonType 枚举

Specifies the types of comparison expressions.

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

语法

声明
<SerializableAttribute> _
Public Enumeration BooleanComparisonType
用法
Dim instance As BooleanComparisonType
[SerializableAttribute]
public enum BooleanComparisonType
[SerializableAttribute]
public enum class BooleanComparisonType
[<SerializableAttribute>]
type BooleanComparisonType
public enum BooleanComparisonType

成员

成员名称 说明
Equals The type of comparison expression is Equals.
GreaterThan The type of comparison expression is GreaterThan.
GreaterThanOrEqualTo The type of comparison expression is GreaterThanOrEqualTo.
LeftOuterJoin The type of comparison expression is LeftOuterJoin.
LessThan The type of comparison expression is LessThan.
LessThanOrEqualTo The type of comparison expression is LessThanOrEqualTo.
NotEqualToBrackets The type of comparison expression is NotEqualToBrackets.
NotEqualToExclamation The type of comparison expression is NotEqualToExclamation.
NotGreaterThan The type of comparison expression is NotGreaterThan.
NotLessThan The type of comparison expression is NotLessThan.
RightOuterJoin The type of comparison expression is RightOuterJoin.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间