IDTSOutputColumn100.ID プロパティ

定義

IDTSOutputColumn100 列の 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

プロパティ値

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

実装

ID
属性

注釈

ID プロパティは、デザイン時には書き込み可能として示されますが、実行中にプロパティに書き込もうとすると例外が発生します。 データ フロー エンジンは、出力列の作成時に、このプロパティに値を割り当てます。

適用対象