Share via


IDTSRuntimeConnection100.ConnectionManagerID プロパティ

定義

public:
 property System::String ^ ConnectionManagerID { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public string ConnectionManagerID { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.ConnectionManagerID : string with get, set
Public Property ConnectionManagerID As String

プロパティ値

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

属性

注釈

ConnectionManagerID プロパティは、ランタイム接続によって参照されるパッケージ内の ConnectionManager ID を格納するために使用されます。 その ID は、ConnectionsPackage コレクション内で接続を検索するために使用されます。 接続への参照は、ランタイム接続の ConnectionManager プロパティに格納されます。

適用対象