PredFunctionExpr(PredCompareInfo, PredOperand, PredValue) Constructor

Definition

Initializes a new instance of the PredFunctionExpr class.

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)

Parameters

func
PredCompareInfo

The PredCompareInfo object represent the function name.

operand
PredOperand

The operand.

value
PredValue

The value.

Applies to