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 네임스페이스