次の方法で共有


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 プロパティは、データ フロー タスクのレイアウト内の他のオブジェクトからのパスを一意に識別します。 このプロパティは、パスの作成中にデータ フロー エンジンによって割り当てられ、読み取り専用のプロパティとして扱われます。

適用対象