Compartir a través de


IDTSEventHandlers100.Join(IDTSEventHandler100) Método

Definición

Combina un nuevo controlador 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, vea DtsEventHandlers.

Se aplica a