PackageItems.Add(Package, String) Method

Definition

Add a PackageItem object to the PackageItems collection with specified stream name and package.

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

Parameters

package
Package

The package.

streamName
String

The name of the stream.

Applies to