หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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)
Syntax
'Declaration
Public Enumeration LogicalOperatorType
'Usage
Dim instance As PredLogicalExpr.LogicalOperatorType
public enum LogicalOperatorType
public enum class LogicalOperatorType
type LogicalOperatorType
public enum LogicalOperatorType
Members
| Member name | Description | |
|---|---|---|
| And | Logical AND operator. | |
| Not | Logical NOT operator. | |
| Or | Operator: OR. |