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」を参照してください。

適用対象