Constructeur ExpressionNodeFunction
Initializes a new instance of the ExpressionNodeFunction class that has the specified function and arguments.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
functionType As ExpressionNodeFunction.Function, _
ParamArray args As ExpressionNode() _
)
'Utilisation
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[]
)
Paramètres
- 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.
Notes
Le constructeur par défaut rétablit les valeurs par défaut de tous les champs.
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.