Freigeben über


ExpressionNodeFunction-Konstruktor

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[]
)

Parameter

Hinweise

Der Standardkonstruktor initialisiert alle Felder mit ihren Standardwerten.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ExpressionNodeFunction Klasse

Microsoft.SqlServer.Management.Dmf-Namespace