Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
- pEventHandler
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
The event handler.
Osservazioni
For more information, see DtsEventHandlers.