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

属性值

Int32

映射到 IDTSExternalMetadataColumn100 对象的列的 ID。

属性

注解

SQL Server 2008 Integration Services 中添加了 MappedColumnID 属性。 此属性也已添加到 Sql2014 命名空间中的以下对象::。

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

适用于