IDTSEventHandlers100.Join(IDTSEventHandler100) Method

Definition

Joins a new event handler to the collection.

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)

Parameters

pEventHandler
IDTSEventHandler100

The event handler.

Attributes

Remarks

For more information, see DtsEventHandlers.

Applies to