IDTSInputColumn100.MappedColumnID 属性

定义

获取或设置映射到该 IDTSInputColumn100 对象的列的ID。

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

属性值

通常是映射到该IDTSOutputColumn100对象的 IDTSInputColumn100 ID。

属性

注解

MappedColumnID属性已在 SQL Server 2008 集成服务中添加。 该属性也被添加到命名空间中的 Microsoft.SqlServer.Dts.Pipeline.Wrapper 以下对象中:

这些属性的使用并非必需。 这些属性为开发者提供了更便捷的方式,将相关列(如输入和输出列)关联到自定义数据流组件中。

适用于