IDTSManagedComponentHost100.HostMapOutputColumn Method (IDTSManagedComponentWrapper100, Int32, Int32, Int32, Boolean)

 

Applies To: SQL Server 2016 Preview

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

Locates the host output column.

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

Syntax

IDTSExternalMetadataColumn100 HostMapOutputColumn(
    IDTSManagedComponentWrapper100 pWrapper,
    int lOutputID,
    int lOutputColumnID,
    int lExternalMetadataColumnID,
    bool bMatch
)
IDTSExternalMetadataColumn100^ HostMapOutputColumn(
    IDTSManagedComponentWrapper100^ pWrapper,
    int lOutputID,
    int lOutputColumnID,
    int lExternalMetadataColumnID,
    bool bMatch
)
abstract HostMapOutputColumn : 
        pWrapper:IDTSManagedComponentWrapper100 *
        lOutputID:int *
        lOutputColumnID:int *
        lExternalMetadataColumnID:int *
        bMatch:bool -> IDTSExternalMetadataColumn100
Function HostMapOutputColumn (
    pWrapper As IDTSManagedComponentWrapper100,
    lOutputID As Integer,
    lOutputColumnID As Integer,
    lExternalMetadataColumnID As Integer,
    bMatch As Boolean
) As IDTSExternalMetadataColumn100

Parameters

  • lOutputColumnID
    Type: System.Int32

    The output column identifier.

  • lExternalMetadataColumnID
    Type: System.Int32

    The external metadata column identifier.

  • bMatch
    Type: System.Boolean

    True if the host matches the output column; otherwise, false.

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100

The located host output column.

See Also

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

Return to top