IDTSInputColumn100.MappedColumnID 屬性

定義

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

屬性值

通常,映射到此 IDTSInputColumn100 物件的 IDSUtputColumn100 物件的 ID。

屬性

備註

MappedColumnID 屬性是在 SQL Server 2008 整合服務中新增的。 此特性也被加入 Microsoft 的以下物件中。SqlServer.Dts.Pipeline.Wrapper 命名空間:

  • IDTSOutputColumn100.MappedColumnID

  • IDTSExternalMetadataColumn100.MappedColumnID

這些屬性並非必須使用。 這些屬性為開發者提供了更簡單的方式,將相關欄位(如輸入與輸出欄位)關聯到自訂資料流程元件中。

適用於