IDTSInputColumn100.MappedColumnID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置映射到该 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 以下对象中:
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100.MappedColumnID
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100.MappedColumnID
这些属性的使用并非必需。 这些属性为开发者提供了更便捷的方式,将相关列(如输入和输出列)关联到自定义数据流组件中。