IDTSManagedComponentHost100.HostOnInputPathAttached 方法

定義

代表當主機附加輸入路徑時引發的事件。

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

參數

pWrapper
IDTSManagedComponentWrapper100

使用的包裝函式。

lInputID
Int32

輸入識別碼。

適用於