IDTSEventHandlers100.Join 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Joins a new event handler to the collection.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Sub Join ( _
pEventHandler As IDTSEventHandler100 _
)
'用途
Dim instance As IDTSEventHandlers100
Dim pEventHandler As IDTSEventHandler100
instance.Join(pEventHandler)
void Join(
IDTSEventHandler100 pEventHandler
)
void Join(
[InAttribute] IDTSEventHandler100^ pEventHandler
)
abstract Join :
pEventHandler:IDTSEventHandler100 -> unit
function Join(
pEventHandler : IDTSEventHandler100
)
參數
- pEventHandler
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
The event handler.
備註
For more information, see DtsEventHandlers.