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


Перечисление PredLogicalExpr.LogicalOperatorType

Represents an enumeration of the logical operator types: AND, OR, NOT.

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

Синтаксис

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

Элементы

Имя элемента Описание
And Logical AND operator.
Not Logical NOT operator.
Or Operator: OR.

См. также

Справочник

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