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
- functionType
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction.Function
An ExpressionNodeFunction object value that specifies the type of function.
- args
Type: array<Microsoft.SqlServer.Management.Dmf.ExpressionNode[]
An array of ExpressionNode object values that specifies the arguments for the function.
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.