Freigeben über


ManagedComponentHost.HostMapOutputColumn-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Locates the output for the column of the host.

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

Syntax

'Declaration
Public Function HostMapOutputColumn ( _
    wrapper As IDTSManagedComponentWrapper100, _
    iOutputID As Integer, _
    iOutputColumnID As Integer, _
    iExternalMetadataColumnID As Integer, _
    bMatch As Boolean _
) As IDTSExternalMetadataColumn100
'Usage
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim iOutputID As Integer 
Dim iOutputColumnID As Integer 
Dim iExternalMetadataColumnID As Integer 
Dim bMatch As Boolean 
Dim returnValue As IDTSExternalMetadataColumn100 

returnValue = instance.HostMapOutputColumn(wrapper, _
    iOutputID, iOutputColumnID, iExternalMetadataColumnID, _
    bMatch)
public IDTSExternalMetadataColumn100 HostMapOutputColumn(
    IDTSManagedComponentWrapper100 wrapper,
    int iOutputID,
    int iOutputColumnID,
    int iExternalMetadataColumnID,
    bool bMatch
)
public:
virtual IDTSExternalMetadataColumn100^ HostMapOutputColumn(
    IDTSManagedComponentWrapper100^ wrapper, 
    int iOutputID, 
    int iOutputColumnID, 
    int iExternalMetadataColumnID, 
    bool bMatch
) sealed
abstract HostMapOutputColumn : 
        wrapper:IDTSManagedComponentWrapper100 * 
        iOutputID:int * 
        iOutputColumnID:int * 
        iExternalMetadataColumnID:int * 
        bMatch:bool -> IDTSExternalMetadataColumn100  
override HostMapOutputColumn : 
        wrapper:IDTSManagedComponentWrapper100 * 
        iOutputID:int * 
        iOutputColumnID:int * 
        iExternalMetadataColumnID:int * 
        bMatch:bool -> IDTSExternalMetadataColumn100
public final function HostMapOutputColumn(
    wrapper : IDTSManagedComponentWrapper100, 
    iOutputID : int, 
    iOutputColumnID : int, 
    iExternalMetadataColumnID : int, 
    bMatch : boolean
) : IDTSExternalMetadataColumn100

Parameter

  • iOutputColumnID
    Typ: System.Int32
    The output column identifier.
  • iExternalMetadataColumnID
    Typ: System.Int32
    The external metadata column identifier.

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
The output for the column of the host map.

Implementiert

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

Siehe auch

Verweis

ManagedComponentHost Klasse

Microsoft.SqlServer.Dts.Pipeline-Namespace