IDTSOutputColumn100.MappedColumnID Property

Definition

public:
 property int MappedColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(108)]
public int MappedColumnID { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.MappedColumnID : int with get, set
Public Property MappedColumnID As Integer

Property Value

Int32

Typically, the ID of the IDTSInputColumn100 object that is mapped to this IDTSOutputColumn100 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.Sql2012 namespace:

Applies to