Share via


ManagedComponentHost.HostOnDeletingInputColumn 方法

定义

在删除输入列时指定宿主。

public:
 virtual void HostOnDeletingInputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID, int inputColumnID);
public void HostOnDeletingInputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID, int inputColumnID);
abstract member HostOnDeletingInputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
override this.HostOnDeletingInputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostOnDeletingInputColumn (wrapper As IDTSManagedComponentWrapper100, inputID As Integer, inputColumnID As Integer)

参数

wrapper
IDTSManagedComponentWrapper100

组件包装。

inputID
Int32

输入标识符。

inputColumnID
Int32

输入列标识符。

实现

适用于