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


Перечисление OperatorType

The OperatorType enumeration contains values that are used to specify the type of operator.

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

Синтаксис

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

Элементы

Имя элемента Описание
NONE None operator.
AND Logical AND operator.
OR Logical OR operator.
EQ Equals operator.
NE Not equals operator.
LT Less than operator.
GT Greater than operator.
LE Less than or equals operator.
GE Greater than or equals operator.
IN In group operator.
LIKE Like operator.
NOT_IN Not in group operator.
NOT_LIKE Not like group operator.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.