Compartilhar via


Método IDTSEventHandlers100.Join

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Joins a new event handler to the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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

Comentários

For more information, see DtsEventHandlers.

Consulte também

Referência

IDTSEventHandlers100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper