PredLogicalExpr Class

 

Represents a predicate that can be used in an expression.

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

System::Object
  Microsoft.SqlServer.Management.XEvent::Predicate
    Microsoft.SqlServer.Management.XEvent::PredExpr
      Microsoft.SqlServer.Management.XEvent::PredLogicalExpr

public ref class PredLogicalExpr sealed : PredExpr

NameDescription
System_CAPS_pubmethodPredLogicalExpr(PredLogicalExpr::LogicalOperatorType, PredExpr^, PredExpr^)

Initializes a new instance of the PredLogicalExpr class.

NameDescription
System_CAPS_pubpropertyLeftExpr

Gets the left sub-expression.

System_CAPS_pubpropertyOperator

Gets the logical operator.

System_CAPS_pubpropertyRightExpr

Gets the right sub-expression.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The PredLogicalExpr class can apply NOT on a PredExpr object or AND/OR on two PredExpr objects.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: