PackageItems.Insert(Int32, 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.
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.