PackageItems.Insert(Int32, Package, String) Method

Definition

Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package.

public:
 void Insert(int index, Microsoft::SqlServer::Dts::Runtime::Package ^ package, System::String ^ streamName);
public void Insert (int index, Microsoft.SqlServer.Dts.Runtime.Package package, string streamName);
member this.Insert : int * Microsoft.SqlServer.Dts.Runtime.Package * string -> unit
Public Sub Insert (index As Integer, package As Package, streamName As String)

Parameters

index
Int32

The index.

package
Package

The package.

streamName
String

The name of the stream.

Applies to