IDTSDesigntimeComponent100.MapInputColumn(Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSExternalMetadataColumn100 ^ MapInputColumn(int lInputID, int lInputColumnID, int lExternalMetadataColumnID);
[System.Runtime.InteropServices.DispId(33)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSExternalMetadataColumn100 MapInputColumn (int lInputID, int lInputColumnID, int lExternalMetadataColumnID);
[<System.Runtime.InteropServices.DispId(33)>]
abstract member MapInputColumn : int * int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSExternalMetadataColumn100
Public Function MapInputColumn (lInputID As Integer, lInputColumnID As Integer, lExternalMetadataColumnID As Integer) As IDTSExternalMetadataColumn100
Parameters
- lInputID
- Int32
- lInputColumnID
- Int32
- lExternalMetadataColumnID
- Int32
Returns
The IDTSExternalMetadataColumn100 object that the input column is mapped to.
- Attributes
Remarks
This method is called to map an input column to a column in the ExternalMetadataColumnCollection of the input. When you are developing a custom data flow component, you override this method to ensure that the input column 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.