Linguaggio

IDTSExecutables100.Join(IDTSExecutable100) Metodo

Definizione

Aggiunge un contenitore o un oggetto task esistente alla collezione.

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)

Parametri

pDTSExecutable
IDTSExecutable100

Il nome dell'host di compito esistente per il container o il compito.

Attributi

Commenti

Per altre informazioni, vedere Executables.

Si applica a