IVsDataExplorerConnectionManager.Connections 属性

获取键/值对的集合包含所有现有数据连接的。

命名空间:  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> with get
function get Connections () : IDictionary<String, IVsDataExplorerConnection>

属性值

类型:IDictionary<String, IVsDataExplorerConnection>
包含键/值集合的 IDictionary 对象将包含所有现有数据连接。密钥保持连接的名称,并且,值保存对应的 IVsDataExplorerConnection 连接对象。

.NET Framework 安全性

请参阅

参考

IVsDataExplorerConnectionManager 接口

Microsoft.VisualStudio.Data.Services 命名空间