Condividi tramite


Metodo IDTSEventHandlers100.Join

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Joins a new event handler to the collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub Join ( _
    pEventHandler As IDTSEventHandler100 _
)
'Utilizzo
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
)

Parametri

Osservazioni

For more information, see DtsEventHandlers.

Vedere anche

Riferimento

IDTSEventHandlers100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper