PackageItems.Add(Package, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.