共用方式為


CManagedComponentWrapperClass.MapOutputColumn Method

Definition

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSExternalMetadataColumn100 ^ MapOutputColumn(int lOutputID, int lOutputColumnID, int lExternalMetadataColumnID, bool bMatch) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSDesigntimeComponent100::MapOutputColumn;
[System.Runtime.InteropServices.DispId(34)]
public virtual 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
override this.MapOutputColumn : int * int * int * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSExternalMetadataColumn100
Public Overridable 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.

Implements

Attributes

Remarks

Call this method to map an IDTSOutputColumn100 column to a column in the ExternalMetadataColumnCollection of the output. If the bMatch parameter is true, and the data type properties of the two columns differ, the component will modify the data type properties of the output column to match the properties of the external metadata columns.

Applies to