IDTSInputColumn100.MappedColumnID プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この IDTSInputColumn100 オブジェクトにマップする列の ID を取得します。値の設定も可能です。
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
プロパティ値
通常は、この IDTSOutputColumn100 オブジェクトにマップする IDTSInputColumn100 オブジェクトの ID です。
- 属性
注釈
このプロパティはMappedColumnID、SQL Server 2008 Integration Services に追加されました。 このプロパティは、Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間内の次のオブジェクトにも追加されました。
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100.MappedColumnID
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100.MappedColumnID
これらのプロパティの使用は必須ではありません。 これらのプロパティを使用すると、開発者は、カスタム データ フロー コンポーネントで、入力列や出力列など、関連する列をより簡単に関連付けることができます。