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 プロパティは読み取り専用です。

適用対象