Linguaggio

PackageItems.Add(Package, String) Metodo

Definizione

Aggiungi un oggetto PackageItem alla collezione PackageItems con nome di flusso e package 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 pacco.

streamName
String

Il nome del flusso.

Si applica a