语言

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

输入列标识符。

实现

适用于