IDTSOutput100.ID プロパティ

定義

ID オブジェクトの IDTSOutput100 プロパティを取得します。値の設定も可能です。

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

プロパティ値

IDTSOutput100 オブジェクトの ID です。

実装

ID
属性

注釈

ID プロパティは、IDTSOutput100 の作成時にデータ フロー タスクによって設定され、変更することはできません。

適用対象