ManagedComponentHost.HostOnDeletingInputColumn Method

Definition

Specifies the host on deleting the input column.

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)

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

inputID
Int32

The input identifier.

inputColumnID
Int32

The input column identifier.

Implements

Applies to