次の方法で共有


IDTSEventHandlers100.Join(IDTSEventHandler100) メソッド

定義

新しいイベント ハンドラーをコレクションに結合します。

public:
 void Join(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventHandler100 ^ pEventHandler);
[System.Runtime.InteropServices.DispId(3)]
public void Join (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100 pEventHandler);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Join : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100 -> unit
Public Sub Join (pEventHandler As IDTSEventHandler100)

パラメーター

pEventHandler
IDTSEventHandler100

イベント ハンドラー。

属性

注釈

詳細については、「DtsEventHandlers」を参照してください。

適用対象