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.
Joins a new event handler to the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Join ( _
eventHandler As DtsEventHandler _
)
'Usage
Dim instance As DtsEventHandlers
Dim eventHandler As DtsEventHandler
instance.Join(eventHandler)
public void Join(
DtsEventHandler eventHandler
)
public:
void Join(
DtsEventHandler^ eventHandler
)
member Join :
eventHandler:DtsEventHandler -> unit
public function Join(
eventHandler : DtsEventHandler
)
Parameters
- eventHandler
Type: Microsoft.SqlServer.Dts.Runtime.DtsEventHandler
The event handler.