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