Share via


IDTSEventHandlers100.Join(IDTSEventHandler100) Méthode

Définition

Joint un nouveau gestionnaire d'événements à la 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)

Paramètres

pEventHandler
IDTSEventHandler100

Gestionnaire d'événements.

Attributs

Remarques

Pour plus d’informations, consultez DtsEventHandlers.

S’applique à