次の方法で共有


DtsEventHandlers.Join メソッド

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

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Sub Join ( _
    eventHandler As DtsEventHandler _
)
'使用
Dim instance As DtsEventHandlers 
Dim eventHandler As DtsEventHandler

instance.Join(eventHandler)
public void Join(
    DtsEventHandler eventHandler
)
public:
void Join(
    DtsEventHandler^ eventHandler
)
member Join : 
        eventHandler:DtsEventHandler -> unit
public function Join(
    eventHandler : DtsEventHandler
)

パラメーター

関連項目

参照

DtsEventHandlers クラス

Microsoft.SqlServer.Dts.Runtime 名前空間