PackageItems.Add(Package, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoutez un objet PackageItem à la collection PackageItems avec le nom de flux et le package spécifiés.
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)
Paramètres
- package
- Package
Package.
- streamName
- String
Nom du flux de données.