Énumération PredLogicalExpr.LogicalOperatorType
Represents an enumeration of the logical operator types: AND, OR, NOT.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Enumeration LogicalOperatorType
'Utilisation
Dim instance As PredLogicalExpr.LogicalOperatorType
public enum LogicalOperatorType
public enum class LogicalOperatorType
type LogicalOperatorType
public enum LogicalOperatorType
Membres
Nom de membre | Description | |
---|---|---|
And | Logical AND operator. | |
Not | Logical NOT operator. | |
Or | Operator: OR. |