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 物件之資料行的識別碼。

屬性

備註

SQL Server 2008 Integration Services 中已新增 MappedColumnID 屬性。 這個屬性也已加入至 Sql2014 命名空間中的下列物件中::

不需要使用這些屬性。 這些屬性可讓開發人員更輕鬆地在自訂資料流程元件中將相關資料行(例如輸入和輸出資料行)相關聯。

適用於