ExpressionNodeFunction 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.
Creates Function node
public ExpressionNodeFunction (Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction.Function functionType, params Microsoft.SqlServer.Management.Dmf.ExpressionNode[] args);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction : Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction.Function * Microsoft.SqlServer.Management.Dmf.ExpressionNode[] -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction
Public Sub New (functionType As ExpressionNodeFunction.Function, ParamArray args As ExpressionNode())
Parameters
- functionType
- ExpressionNodeFunction.Function
Function type
- args
- ExpressionNode[]
Function arguments