言語

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

値。

適用対象