IDTSManagedComponentHost100.HostOnDeletingInputColumn Method (IDTSManagedComponentWrapper100, Int32, Int32)

 

Applies To: SQL Server 2016 Preview

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

Represents an event when the host deletes the input column.

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

Syntax

void HostOnDeletingInputColumn(
    IDTSManagedComponentWrapper100 pWrapper,
    int lInputID,
    int lInputColumnID
)
void HostOnDeletingInputColumn(
    IDTSManagedComponentWrapper100^ pWrapper,
    int lInputID,
    int lInputColumnID
)
abstract HostOnDeletingInputColumn : 
        pWrapper:IDTSManagedComponentWrapper100 *
        lInputID:int *
        lInputColumnID:int -> unit
Sub HostOnDeletingInputColumn (
    pWrapper As IDTSManagedComponentWrapper100,
    lInputID As Integer,
    lInputColumnID As Integer
)

Parameters

  • lInputColumnID
    Type: System.Int32

    The input column identifier.

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top