Compartir a través de


Enumeración PredLogicalExpr.LogicalOperatorType

Represents an enumeration of the logical operator types: AND, OR, NOT.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Enumeration LogicalOperatorType
'Uso
Dim instance As PredLogicalExpr.LogicalOperatorType
public enum LogicalOperatorType
public enum class LogicalOperatorType
type LogicalOperatorType
public enum LogicalOperatorType

Miembros

Nombre del miembro Descripción
And Logical AND operator.
Not Logical NOT operator.
Or Operator: OR.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.XEvent