IDTSExecutables100.Join(IDTSExecutable100) 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.
Ajoute un objet conteneur ou de tâche existant à la collection.
public:
void Join(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ pDTSExecutable);
[System.Runtime.InteropServices.DispId(3)]
public void Join (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 pDTSExecutable);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Join : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 -> unit
Public Sub Join (pDTSExecutable As IDTSExecutable100)
Paramètres
- pDTSExecutable
- IDTSExecutable100
Nom de l'hôte de tâche existant pour le conteneur ou la tâche.
- Attributs
Remarques
Pour plus d’informations, consultez Executables.