IDTSOutputColumn100.MappedColumnID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
通常是對應至此 IDTSInputColumn100 物件之 IDTSOutputColumn100 物件的識別碼。
- 屬性
備註
SQL Server 2008 Integration Services 中已新增 MappedColumnID 屬性。 這個屬性也已加入至 Sql2012 命名空間中的下列物件中::
IDTSExternalMetadataColumn100.MappedColumnID
不需要使用這些屬性。 這些屬性可讓開發人員更輕鬆地在自訂資料流程元件中將相關資料行(例如輸入和輸出資料行)相關聯。