PredLogicalExpr::LogicalOperatorType Enumeration

 

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

Namespace:   Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

public enum class LogicalOperatorType

Member nameDescription
And

Logical AND operator.

Not

Logical NOT operator.

Or

Operator: OR.

Return to top
Show: