共用方式為


IDTSDesigntimeComponent100.MapOutputColumn Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSExternalMetadataColumn100 ^ MapOutputColumn(int lOutputID, int lOutputColumnID, int lExternalMetadataColumnID, bool bMatch);
[System.Runtime.InteropServices.DispId(34)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSExternalMetadataColumn100 MapOutputColumn (int lOutputID, int lOutputColumnID, int lExternalMetadataColumnID, bool bMatch);
[<System.Runtime.InteropServices.DispId(34)>]
abstract member MapOutputColumn : int * int * int * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSExternalMetadataColumn100
Public Function MapOutputColumn (lOutputID As Integer, lOutputColumnID As Integer, lExternalMetadataColumnID As Integer, bMatch As Boolean) As IDTSExternalMetadataColumn100

Parameters

lOutputID
Int32
lOutputColumnID
Int32
lExternalMetadataColumnID
Int32
bMatch
Boolean

Returns

The IDTSExternalMetadataColumn100 that is mapped to the output column.

Attributes

Remarks

This method is called to map an output column to a column in the ExternalMetadataColumnCollection of the output. When you are developing a custom data flow component, you override this method, to ensure that the external columns and the output column match, and to indicate that you want to allow the mapping to occur. For more information about working with external metadata columns, see Implementing External Metadata.

Applies to