Share via


ManagedComponentHost.HostOnInputPathDetached 方法

定义

指定分离的输入路径上的宿主。

public:
 virtual void HostOnInputPathDetached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID);
public void HostOnInputPathDetached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID);
abstract member HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathDetached (wrapper As IDTSManagedComponentWrapper100, inputID As Integer)

参数

wrapper
IDTSManagedComponentWrapper100

组件包装。

inputID
Int32

输入标识符。

实现

适用于