Enumerazione PredLogicalExpr.LogicalOperatorType
Represents an enumeration of the logical operator types: AND, OR, NOT.
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
Public Enumeration LogicalOperatorType
'Utilizzo
Dim instance As PredLogicalExpr.LogicalOperatorType
public enum LogicalOperatorType
public enum class LogicalOperatorType
type LogicalOperatorType
public enum LogicalOperatorType
Membri
Nome membro | Descrizione | |
---|---|---|
And | Logical AND operator. | |
Not | Logical NOT operator. | |
Or | Operator: OR. |