Share via


IDTSRuntimeConnection100.ID プロパティ

定義

IDTSRuntimeConnection100 オブジェクトの 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

プロパティ値

IDTSRuntimeConnection100 オブジェクトの ID です。

実装

ID
属性

注釈

既定では、接続が作成されるとき、ランタイム接続の ID が設定されます。 ただし、データ フロー タスクの AutoGenerateIDForNewObjects プロパティが false の場合は、このプロパティを使用して ID を設定する必要があります。

適用対象