IDTSExternalMetadataColumn100.MappedColumnID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置映射到 IDTSExternalMetadataColumn100 对象的列的 ID。
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
属性值
映射到 IDTSExternalMetadataColumn100 对象的列的 ID。
- 属性
注解
SQL Server MappedColumnID 2008 Integration Services 中添加了该属性。 该属性也已添加到命名空间中的 Microsoft.SqlServer.Dts.Pipeline.Wrapper 以下对象:
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100.MappedColumnID
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100.MappedColumnID
不需要使用这些属性。 这些属性为开发人员在自定义数据流组件中关联相关列(如输入和输出列)提供了更简单的方法。