Condividi tramite


PackageItems.Add(Package, String) Metodo

Definizione

Aggiunge un oggetto PackageItem alla raccolta PackageItems con il pacchetto e il nome del flusso specificati.

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)

Parametri

package
Package

Il pacchetto.

streamName
String

Nome del flusso.

Si applica a