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
屬性值
通常是映射到該IDTSOutputColumn100物件的物件的 IDTSInputColumn100 ID。
- 屬性
備註
MappedColumnID 屬性已在 SQL Server 2008 整合服務中新增。 此特性也被加入 Microsoft 的以下物件中。SqlServer.Dts.Pipeline.Wrapper.Sql2012 命名空間:
IDTSInputColumn100.MappedColumnID
IDTSExternalMetadataColumn100.MappedColumnID
這些屬性並非必須使用。 這些屬性為開發者提供了更簡單的方式,將相關欄位(如輸入與輸出欄位)關聯到自訂資料流程元件中。