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
輸入識別碼。