Метод DtsEventHandlers.Join
Joins a new event handler to the collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Sub Join ( _
eventHandler As DtsEventHandler _
)
'Применение
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
)
Параметры
- eventHandler
Тип: Microsoft.SqlServer.Dts.Runtime.DtsEventHandler
The event handler.