IDTSExternalMetadataColumn100.MappedColumnID 属性

定义

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。

属性

注解

MappedColumnID 属性已添加到 SQL Server 2008 Integration Services 中。 此属性也已添加到 Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012 命名空间中的以下对象:

  • IDTSInputColumn100.MappedColumnID

  • IDTSOutputColumn100.MappedColumnID

    不需要使用这些属性。 这些属性为开发人员在自定义数据流组件中关联相关列(如输入和输出列)提供了一种更简单的方法。

适用于