语言

IDTSManagedComponentHost100.HostOnInputPathDetached 方法

定义

表示主机切断输入路径时的事件。

public:
 void HostOnInputPathDetached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lInputID);
public void HostOnInputPathDetached(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lInputID);
abstract member HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathDetached (pWrapper As IDTSManagedComponentWrapper100, lInputID As Integer)

参数

pWrapper
IDTSManagedComponentWrapper100

包装纸用过。

lInputID
Int32

输入标识符。

适用于