IDTSManagedComponentHost100.HostOnInputPathDetached 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示宿主分离输入路径时发生的事件。
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
输入标识符。