Partager via


Méthode DtsEventHandlers.Join

Joins a new event handler to the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub Join ( _
    eventHandler As DtsEventHandler _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

DtsEventHandlers Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime