Clase PredLogicalExpr
Represents a predicate that can be used in an expression.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredLogicalExpr
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
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
El tipo PredLogicalExpr expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PredLogicalExpr | Initializes a new instance of the PredLogicalExpr class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
LeftExpr | Gets the left sub-expression. | |
Operator | Gets the logical operator. | |
RightExpr | Gets the right sub-expression. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
The PredLogicalExpr class can apply NOT on a PredExpr object or AND/OR on two PredExpr objects.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.