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.