Compartir a través de


IDTSEventHandlers100.Join Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Joins a new event handler to the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub Join ( _
    pEventHandler As IDTSEventHandler100 _
)
'Uso
Dim instance As IDTSEventHandlers100 
Dim pEventHandler As IDTSEventHandler100

instance.Join(pEventHandler)
void Join(
    IDTSEventHandler100 pEventHandler
)
void Join(
    [InAttribute] IDTSEventHandler100^ pEventHandler
)
abstract Join : 
        pEventHandler:IDTSEventHandler100 -> unit
function Join(
    pEventHandler : IDTSEventHandler100
)

Parámetros

Comentarios

For more information, see DtsEventHandlers.

Vea también

Referencia

IDTSEventHandlers100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper