IDTSInputColumn100.MappedColumnID プロパティ

定義

public:
 property int MappedColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(109)]
public int MappedColumnID { [System.Runtime.InteropServices.DispId(109)] get; [System.Runtime.InteropServices.DispId(109)] set; }
[<System.Runtime.InteropServices.DispId(109)>]
[<get: System.Runtime.InteropServices.DispId(109)>]
[<set: System.Runtime.InteropServices.DispId(109)>]
member this.MappedColumnID : int with get, set
Public Property MappedColumnID As Integer

プロパティ値

通常、このIDTSInputColumn100オブジェクトにマッピングされたIDTSOutputColumn100オブジェクトのIDです。

属性

注釈

MappedColumnIDプロパティはSQL Server 2008 Integration Servicesに追加されました。 このプロパティはMicrosoftの以下のオブジェクトにも追加されています。SqlServer.Dts.Pipeline.Wrapper 名前空間:

  • IDTSOutputColumn100.MappedColumnID

  • IDTSExternalMetadataColumn100.MappedColumnID

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

適用対象