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