IDTSOutputColumn100.MappedColumnID 属性

定义

public:
 property int MappedColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(108)]
public int MappedColumnID { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.MappedColumnID : int with get, set
Public Property MappedColumnID As Integer

属性值

Int32

通常,指映射到此 IDTSInputColumn100 对象的 IDTSOutputColumn100 对象的 ID。

属性

注解

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

适用于