Lenguaje

IDTSEventHandlers100.Join(IDTSEventHandler100) Método

Definición

Se une a un nuevo gestor de eventos a la colección.

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)

Parámetros

pEventHandler
IDTSEventHandler100

Controlador de eventos.

Atributos

Comentarios

Para obtener más información, consulte DtsEventHandlers.

Se aplica a