IDTSManagedComponentHost100.HostOnDeletingInputColumn 方法

定義

代表當主機刪除輸入資料列時引發的事件。

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

參數

pWrapper
IDTSManagedComponentWrapper100

使用的包裝函式。

lInputID
Int32

輸入識別碼。

lInputColumnID
Int32

輸入資料行識別碼。

適用於