Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an ParameterAssignmentClass object to the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable Function Add As IDTSParameterAssignment
'Usage
Dim instance As ParameterAssignmentsClass
Dim returnValue As IDTSParameterAssignment
returnValue = instance.Add()
public virtual IDTSParameterAssignment Add()
public:
virtual IDTSParameterAssignment^ Add()
abstract Add : unit -> IDTSParameterAssignment
override Add : unit -> IDTSParameterAssignment
public function Add() : IDTSParameterAssignment
Return Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
The newly added ParameterAssignmentClass object to the collection.
Implements
IDTSParameterAssignments.Add()