Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- eventHandler
Type : Microsoft.SqlServer.Dts.Runtime.DtsEventHandler
The event handler.