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 IDTSParameterAssignment object to the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Function Add As IDTSParameterAssignment
'Usage
Dim instance As IDTSParameterAssignments
Dim returnValue As IDTSParameterAssignment
returnValue = instance.Add()
IDTSParameterAssignment Add()
IDTSParameterAssignment^ Add()
abstract Add : unit -> IDTSParameterAssignment
function Add() : IDTSParameterAssignment
Return Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
The newly added IDTSParameterAssignment object to the collection.