PredFunctionExpr Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class for the function expression in a predicate. A function expression is like this: Pred_Compare(operand, value) where operand is an instance of PredOperand and value is an instance of PredValue.
public sealed class PredFunctionExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredFunctionExpr = class
inherit PredExpr
Public NotInheritable Class PredFunctionExpr
Inherits PredExpr
- Inheritance
Constructors
PredFunctionExpr(PredCompareInfo, PredOperand, PredValue) |
Initializes a new instance of the PredFunctionExpr class. |
Properties
Operand |
Get the operand. |
Operator |
Get the pred_Compare instance. |
Value |
Get the value. |