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
- pEventHandler
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
The event handler.
Comentários
For more information, see DtsEventHandlers.