ManagedComponentHost.HostMapOutputColumn Method

Definition

Locates the output for the column of the host.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ HostMapOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iOutputID, int iOutputColumnID, int iExternalMetadataColumnID, bool bMatch);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 HostMapOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iOutputID, int iOutputColumnID, int iExternalMetadataColumnID, bool bMatch);
abstract member HostMapOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
override this.HostMapOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Public Function HostMapOutputColumn (wrapper As IDTSManagedComponentWrapper100, iOutputID As Integer, iOutputColumnID As Integer, iExternalMetadataColumnID As Integer, bMatch As Boolean) As IDTSExternalMetadataColumn100

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

iOutputID
Int32

The output identifier.

iOutputColumnID
Int32

The output column identifier.

iExternalMetadataColumnID
Int32

The external metadata column identifier.

bMatch
Boolean

The match.

Returns

The output for the column of the host map.

Implements

Applies to