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 の作成時にデータ フロー エンジンによって設定され、それ以降は読み取り専用となります。

適用対象