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 プロパティに格納されます。