PredFunctionExpr Class

Definition

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
PredFunctionExpr

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.

Applies to