Classe PredLogicalExpr
Represents a predicate that can be used in an expression.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredLogicalExpr
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public NotInheritable Class PredLogicalExpr _
Inherits PredExpr
'Uso
Dim instance As PredLogicalExpr
public sealed class PredLogicalExpr : PredExpr
public ref class PredLogicalExpr sealed : public PredExpr
[<SealedAttribute>]
type PredLogicalExpr =
class
inherit PredExpr
end
public final class PredLogicalExpr extends PredExpr
O tipo PredLogicalExpr expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
PredLogicalExpr | Initializes a new instance of the PredLogicalExpr class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
LeftExpr | Gets the left sub-expression. | |
Operator | Gets the logical operator. | |
RightExpr | Gets the right sub-expression. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
The PredLogicalExpr class can apply NOT on a PredExpr object or AND/OR on two PredExpr objects.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.