IDTSOutputColumn100.MappedColumnID プロパティ

定義

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 Integration Servicesに追加されました。 このプロパティはMicrosoftの以下のオブジェクトにも追加されています。SqlServer.Dts.Pipeline.Wrapper.Sql2012 名前空間:

  • IDTSInputColumn100.MappedColumnID

  • IDTSExternalMetadataColumn100.MappedColumnID

    これらの特性の使用は必須ではありません。 これらのプロパティは、開発者が入力列や出力列などの関連列をカスタムデータフローコンポーネント内で関連付けるのをより容易にします。

適用対象