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


Перечисление FilterNodeOperator.Type

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

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

Элементы

Имя элемента Описание
And Describes the AND operator.
EQ Describes the equal operator.
GE Describes the greater equal operator.
GT Describes the greater than operator.
LE Describes the less equal operator.
LT Describes the less than operator.
NE Describes the not equal operator.
NEG Describes the negation operator.
OR Describes the OR operator.

См. также

Справочник

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