IDTSInputColumn100.ID プロパティ

定義

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

プロパティ値

IDTSInputColumn100オブジェクトの数値IDです。

実装

ID
属性

注釈

IDプロパティは設計時に書き込めるように見えますが、実行時に書き込みを試みると例外が発生します。 データフローエンジンは、データフローオブジェクトモデル内のすべてのオブジェクトにIDを割り当てます。

適用対象