Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Joins a new event handler to the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Join ( _
pEventHandler As IDTSEventHandler100 _
)
'Usage
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
)
Parameters
- pEventHandler
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
The event handler.
Remarks
For more information, see DtsEventHandlers.