HostOnOutputPathAttached 方法

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)

语法

声明
Public Sub HostOnOutputPathAttached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    outputID As Integer _
)
用法
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer

instance.HostOnOutputPathAttached(wrapper, _
    outputID)
public void HostOnOutputPathAttached(
    IDTSManagedComponentWrapper100 wrapper,
    int outputID
)
public:
virtual void HostOnOutputPathAttached(
    IDTSManagedComponentWrapper100^ wrapper, 
    int outputID
) sealed
abstract HostOnOutputPathAttached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit 
override HostOnOutputPathAttached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit 
public final function HostOnOutputPathAttached(
    wrapper : IDTSManagedComponentWrapper100, 
    outputID : int
)

实现

IDTSManagedComponentHost100. . :: . .HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)