CManagedComponentWrapperClass.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:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSExternalMetadataColumn100 ^ MapInputColumn(int lInputID, int lInputColumnID, int lExternalMetadataColumnID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::MapInputColumn;
[System.Runtime.InteropServices.DispId(33)]
public virtual 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
override this.MapInputColumn : int * int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSExternalMetadataColumn100
Public Overridable 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.
Implements
- Attributes
Remarks
Call this method to map an IDTSInputColumn100 of a component to a column in the ExternalMetadataColumnCollection of the input.