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. |