ManagedComponentHost.HostOnDeletingInputColumn 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在删除输入列时指定宿主。
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 -> unitPublic Sub HostOnDeletingInputColumn (wrapper As IDTSManagedComponentWrapper100, inputID As Integer, inputColumnID As Integer)参数
- wrapper
- IDTSManagedComponentWrapper100
组件包装。
- inputID
- Int32
输入标识符。
- inputColumnID
- Int32
输入列标识符。