Share via


IDTSEventHandlers100.Join Method

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

Remarks

For more information, see DtsEventHandlers.

See Also

Reference

IDTSEventHandlers100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace