Langage

IDTSExecutables100.Join(IDTSExecutable100) Méthode

Définition

Ajoute un conteneur ou un objet 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

Le nom de l’hôte de tâche existant pour le conteneur ou la tâche.

Attributs

Remarques

Pour plus d’informations, consultez Executables.

S’applique à