IDTSManagedComponentWrapper100.WrapperMapOutputColumn 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.
Locates an output column of the wrapper.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ WrapperMapOutputColumn(int lOutputID, int lOutputColumnID, int lExternalMetadataColumnID, bool bMatch);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 WrapperMapOutputColumn (int lOutputID, int lOutputColumnID, int lExternalMetadataColumnID, bool bMatch);
abstract member WrapperMapOutputColumn : int * int * int * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Public Function WrapperMapOutputColumn (lOutputID As Integer, lOutputColumnID As Integer, lExternalMetadataColumnID As Integer, bMatch As Boolean) As IDTSExternalMetadataColumn100
Parameters
- lOutputID
- Int32
The output identifier.
- lOutputColumnID
- Int32
The output column identifier.
- lExternalMetadataColumnID
- Int32
The external metadata column identifier.
- bMatch
- Boolean
True if the output column is match.
Returns
The located output column.