Bagikan melalui


ManagedComponentHost.HostOnDeletingInputColumn Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the host on deleting the input column.

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
)

Parameters

  • inputColumnID
    Type: System.Int32
    The input column identifier.

Implements

IDTSManagedComponentHost100.HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

See Also

Reference

ManagedComponentHost Class

Microsoft.SqlServer.Dts.Pipeline Namespace