PredFunctionExpr(PredCompareInfo, PredOperand, PredValue) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.