HostOnInputPathDetached 方法

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

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

语法

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

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

实现

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