IDTSExternalMetadataColumn100.MappedColumnID 屬性

定義

取得或設定對應至 IDTSExternalMetadataColumn100 物件之資料行的識別碼。

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

屬性

備註

MappedColumnID 在中加入屬性 SQL Server 2008 Integration Services 。 這個屬性也已新增至命名空間中的下列物件 Microsoft.SqlServer.Dts.Pipeline.Wrapper

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

適用於