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 命名空间