共用方式為


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
)

參數

備註

For more information, see DtsEventHandlers.

請參閱

參考

IDTSEventHandlers100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間