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
)
パラメーター
- eventHandler
型: Microsoft.SqlServer.Dts.Runtime.DtsEventHandler
イベント ハンドラーです。