すべての既存のデータ接続を含むキーと値のペアのコレクションを取得します。
名前空間: Microsoft.VisualStudio.Data.Services
アセンブリ: Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)
構文
'宣言
ReadOnly Property Connections As IDictionary(Of String, IVsDataExplorerConnection)
IDictionary<string, IVsDataExplorerConnection> Connections { get; }
property IDictionary<String^, IVsDataExplorerConnection^>^ Connections {
IDictionary<String^, IVsDataExplorerConnection^>^ get ();
}
abstract Connections : IDictionary<string, IVsDataExplorerConnection>
function get Connections () : IDictionary<String, IVsDataExplorerConnection>
プロパティ値
型 : System.Collections.Generic.IDictionary<String, IVsDataExplorerConnection>
キーと値のコレクションを含む IDictionary のオブジェクトはすべての既存のデータ接続を含むを組み合わせたものです。キーは接続の名前を保持し、値は IVsDataExplorerConnection の対応する接続オブジェクトを保持します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。