IVsDataExplorerConnectionManager.Connections 属性

定义

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

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^> ^ Connections { System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection> Connections { get; }
member this.Connections : System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection>
Public ReadOnly Property Connections As IDictionary(Of String, IVsDataExplorerConnection)

属性值

IDictionary<String,IVsDataExplorerConnection>

一个 IDictionary 对象,该对象包含包含所有现有数据连接的键/值对的集合。 键保存连接的名称,值保存相应的 IVsDataExplorerConnection 连接对象。

适用于