Partilhar via


Enumeração PredLogicalExpr.LogicalOperatorType

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

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
Public Enumeration LogicalOperatorType
'Uso
Dim instance As PredLogicalExpr.LogicalOperatorType
public enum LogicalOperatorType
public enum class LogicalOperatorType
type LogicalOperatorType
public enum LogicalOperatorType

Membros

Nome do membro Descrição
And Logical AND operator.
Not Logical NOT operator.
Or Operator: OR.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.XEvent