Condividi tramite


IDTSExecutables100.Join(IDTSExecutable100) Metodo

Definizione

Aggiunge un oggetto contenitore o attività esistente alla raccolta.

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

Nome dell'host attività esistente per il contenitore o l'attività.

Attributi

Commenti

Per altre informazioni, vedere Executables.

Si applica a