Share via


IDTSExecutables100.Join(IDTSExecutable100) 方法

定义

将现有容器或任务对象添加到集合。

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)

参数

pDTSExecutable
IDTSExecutable100

容器或任务的现有任务宿主的名称。

属性

注解

有关详细信息,请参阅 Executables

适用于