PredLogicalExpr::LogicalOperatorType Enumeration
Represents an enumeration of the logical operator types: AND, OR, NOT.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
| Member name | Description | |
|---|---|---|
| And | Logical AND operator. | |
| Not | Logical NOT operator. | |
| Or | Operator: OR. |
Show: