Share via


ExpressionNodeFunction Constructor

Initializes a new instance of the ExpressionNodeFunction class that has the specified function and arguments.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    functionType As ExpressionNodeFunction..::..Function, _
    ParamArray args As ExpressionNode() _
)
'Usage
Dim functionType As [ExpressionNodeFunction..::..Function]
Dim args As ExpressionNode()

Dim instance As New ExpressionNodeFunction(functionType, _
    args)
public ExpressionNodeFunction(
    ExpressionNodeFunction..::..Function functionType,
    params ExpressionNode[] args
)
public:
ExpressionNodeFunction(
    ExpressionNodeFunction..::..Function functionType, 
    ... array<ExpressionNode^>^ args
)
new : 
        functionType:ExpressionNodeFunction..::..Function * 
        args:ExpressionNode[] -> ExpressionNodeFunction
public function ExpressionNodeFunction(
    functionType : ExpressionNodeFunction..::..Function, 
    ... args : ExpressionNode[]
)

Parameters

Remarks

The default constructor initializes any fields to their default values.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.