PredFunctionExpr(PredCompareInfo, PredOperand, PredValue) 建構函式

定義

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

public PredFunctionExpr(Microsoft.SqlServer.Management.XEvent.PredCompareInfo func, Microsoft.SqlServer.Management.XEvent.PredOperand operand, Microsoft.SqlServer.Management.XEvent.PredValue value);
new Microsoft.SqlServer.Management.XEvent.PredFunctionExpr : Microsoft.SqlServer.Management.XEvent.PredCompareInfo * Microsoft.SqlServer.Management.XEvent.PredOperand * Microsoft.SqlServer.Management.XEvent.PredValue -> Microsoft.SqlServer.Management.XEvent.PredFunctionExpr
Public Sub New (func As PredCompareInfo, operand As PredOperand, value As PredValue)

參數

func
PredCompareInfo

PredCompareInfo 物件代表函式名稱。

operand
PredOperand

運算元。

value
PredValue

值。

適用於