言語

IDTSObject100.ID プロパティ

定義

IDTSObject100オブジェクトの識別子を取得したり設定したりします。

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

プロパティ値

対象を一意に識別する整数値。

属性

注釈

データフローエンジンによって作成されたすべてのオブジェクトには一意のIDが割り当てられています。 ID プロパティは読み取り専用です。

適用対象