PredFunctionExpr 类

定义

谓词中函数表达式的类。 函数表达式如下所示:Pred_Compare(操作数、值),其中操作数是 PredOperand 的实例,值是 PredValue 的实例。

public sealed class PredFunctionExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredFunctionExpr = class
    inherit PredExpr
Public NotInheritable Class PredFunctionExpr
Inherits PredExpr
继承
PredFunctionExpr

构造函数

名称 说明
PredFunctionExpr(PredCompareInfo, PredOperand, PredValue)

初始化 PredFunctionExpr 类的新实例。

属性

名称 说明
Operand

获取操作数。

Operator

获取pred_Compare实例。

Value

获取值。

适用于