PredFunctionExpr Class
Represents the function expression in a predicate.
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
Microsoft.SqlServer.Management.XEvent::Predicate
Microsoft.SqlServer.Management.XEvent::PredExpr
Microsoft.SqlServer.Management.XEvent::PredFunctionExpr
| Name | Description | |
|---|---|---|
![]() | PredFunctionExpr(PredCompareInfo^, PredOperand^, PredValue^) | Initializes a new instance of the PredFunctionExpr class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

