Share via


IDTSExecutables100.Join(IDTSExecutable100) Method

Definition

Adds an existing container or task object to the 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)

Parameters

pDTSExecutable
IDTSExecutable100

The name of the existing task host for the container or task.

Attributes

Remarks

For more information, see Executables.

Applies to