言語

IDTSOutput100.ID プロパティ

定義

IDTSOutput100オブジェクトの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

プロパティ値

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

実装

ID
属性

注釈

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

適用対象