PredFunctionExpr Class

 

Represents the function expression in a predicate.

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::PredFunctionExpr

public ref class PredFunctionExpr sealed : PredExpr

NameDescription
System_CAPS_pubmethodPredFunctionExpr(PredCompareInfo^, PredOperand^, PredValue^)

Initializes a new instance of the PredFunctionExpr class.

NameDescription
System_CAPS_pubpropertyOperand

Gets the operand.

System_CAPS_pubpropertyOperator

Gets the T:Microsoft.SqlServer.Management.XEvent.PredCompare instance.

System_CAPS_pubpropertyValue

Gets the value.

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.)

A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.

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: