Linguaggio

PackageItems.Insert(Int32, Package, String) Metodo

Definizione

Inserire un oggetto PackageItem nella collezione PackageItems con indice, nome del flusso e pacchetto 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 pacco.

streamName
String

Il nome del flusso.

Si applica a