IDTSExternalMetadataColumn100.MappedColumnID Property
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.
Gets or sets the ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.
public:
property int MappedColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(106)]
public int MappedColumnID { [System.Runtime.InteropServices.DispId(106)] get; [System.Runtime.InteropServices.DispId(106)] set; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
[<set: System.Runtime.InteropServices.DispId(106)>]
member this.MappedColumnID : int with get, set
Public Property MappedColumnID As Integer
Property Value
The ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.
- Attributes
Remarks
The MappedColumnID property has been added in SQL Server 2008 Integration Services. This property has also been added to the following objects in the Microsoft.SqlServer.Dts.Pipeline.Wrapper namespace:
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100.MappedColumnID
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100.MappedColumnID
The use of these properties is not required. These properties provide an easier way for developers to associate related columns, such as input and output columns, in custom data flow components.