IDTSRuntimeConnection100.ConnectionManagerID プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パッケージに含まれ、コンポーネントが使用する ConnectionManager オブジェクトのIDを取得します。
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はConnectionsのPackageコレクション内で接続を特定するために使われます。 接続への参照はランタイム接続の ConnectionManager プロパティに保存されます。