Bagikan melalui


IDTSManagedComponentHost100.HostMapOutputColumn Method

This API supports the SQL Server 2012 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

'Declaration
Function HostMapOutputColumn ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    lOutputID As Integer, _
    lOutputColumnID As Integer, _
    lExternalMetadataColumnID As Integer, _
    bMatch As Boolean _
) As IDTSExternalMetadataColumn100
'Usage
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100 
Dim lOutputID As Integer 
Dim lOutputColumnID As Integer 
Dim lExternalMetadataColumnID As Integer 
Dim bMatch As Boolean 
Dim returnValue As IDTSExternalMetadataColumn100 

returnValue = instance.HostMapOutputColumn(pWrapper, _
    lOutputID, lOutputColumnID, lExternalMetadataColumnID, _
    bMatch)
IDTSExternalMetadataColumn100 HostMapOutputColumn(
    IDTSManagedComponentWrapper100 pWrapper,
    int lOutputID,
    int lOutputColumnID,
    int lExternalMetadataColumnID,
    bool bMatch
)
IDTSExternalMetadataColumn100^ HostMapOutputColumn(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper, 
    [InAttribute] int lOutputID, 
    [InAttribute] int lOutputColumnID, 
    [InAttribute] int lExternalMetadataColumnID, 
    [InAttribute] bool bMatch
)
abstract HostMapOutputColumn : 
        pWrapper:IDTSManagedComponentWrapper100 * 
        lOutputID:int * 
        lOutputColumnID:int * 
        lExternalMetadataColumnID:int * 
        bMatch:bool -> IDTSExternalMetadataColumn100
function HostMapOutputColumn(
    pWrapper : IDTSManagedComponentWrapper100, 
    lOutputID : int, 
    lOutputColumnID : int, 
    lExternalMetadataColumnID : int, 
    bMatch : boolean
) : 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

Reference

IDTSManagedComponentHost100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace