IDTSExternalMetadataColumn100.MappedColumnID 属性

定义

获取或设置映射到 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 以下对象:

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

适用于