Поделиться через


Перечисление PredCompareExpr.ComparatorType

Defines the comparator that is used between a PredOperand object and PredValue object in a PredCompareExpr object.

Пространство имен:  Microsoft.SqlServer.Management.XEvent
Сборка:  Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)

Синтаксис

'Декларация
Public Enumeration ComparatorType
'Применение
Dim instance As PredCompareExpr.ComparatorType
public enum ComparatorType
public enum class ComparatorType
type ComparatorType
public enum ComparatorType

Элементы

Имя элемента Описание
EQ Determines whether operands in a comparison expression are equal.
GE Determines whether the left operand in a comparison expression is greater than or equal to the right operand.
GT Determines whether the left operand in a comparison expression is greater than the right operand.
LE Determines whether the left operand in a comparison expression is less than or equal to the right operand.
LT Determines whether the left operand in a comparison expression is less than the right operand.
NE Determines whether the left operand in a comparison expression is not equal to the right operand.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.XEvent