言語

IDTSInput100.ID プロパティ

定義

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

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

プロパティ値

IDTSInput100オブジェクトの識別子です。

実装

ID
属性

注釈

IDプロパティはIDTSInput100作成時にデータフローエンジンによって設定され、その後は読み取り専用となります。

適用対象