ManagedComponentHost.HostOnDeletingInputColumn Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Sub HostOnDeletingInputColumn ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer, _
    inputColumnID As Integer _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
Dim inputColumnID As Integer

instance.HostOnDeletingInputColumn(wrapper, _
    inputID, inputColumnID)
public void HostOnDeletingInputColumn(
    IDTSManagedComponentWrapper100 wrapper,
    int inputID,
    int inputColumnID
)
public:
virtual void HostOnDeletingInputColumn(
    IDTSManagedComponentWrapper100^ wrapper, 
    int inputID, 
    int inputColumnID
) sealed
abstract HostOnDeletingInputColumn : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputID:int * 
        inputColumnID:int -> unit 
override HostOnDeletingInputColumn : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputID:int * 
        inputColumnID:int -> unit 
public final function HostOnDeletingInputColumn(
    wrapper : IDTSManagedComponentWrapper100, 
    inputID : int, 
    inputColumnID : int
)

Implements

IDTSManagedComponentHost100.HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)