言語

IDTSPath100.ID プロパティ

定義

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

プロパティ値

IDTSPath100オブジェクトの一意整数IDです。

実装

ID
属性

注釈

IDプロパティは、データフロータスクのレイアウトにおける他のオブジェクトからの経路を一意に識別します。 これはパス作成時にデータフローエンジンによって割り当てられ、読み取り専用プロパティとして扱われます。

適用対象