PredFunctionExpr 類別

定義

用於謂詞中的函數表達式。 函數表達式如下:Pred_Compare(運算元,值),其中運算元是 PredOperand 的實例,value 是 PredValue 的實例。

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

建構函式

名稱 Description
PredFunctionExpr(PredCompareInfo, PredOperand, PredValue)

初始化 PredFunctionExpr 類別的新執行個體。

屬性

名稱 Description
Operand

拿操作數。

Operator

拿pred_Compare實例。

Value

取得值。

適用於