Share via


PackageItems.Insert(Int32, Package, String) Metodo

Definizione

Inserisce un oggetto PackageItem nella raccolta PackageItems con il pacchetto, il nome del flusso e l'indice specificati.

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)

Parametri

index
Int32

Indice.

package
Package

Il pacchetto.

streamName
String

Nome del flusso.

Si applica a