Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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. |