IVsDataExplorerConnectionManager.Connections 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含所有现有数据连接的键/值对的集合。
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 对象,该对象包含包含所有现有数据连接的键/值对的集合。 键保存连接的名称,值保存相应的 IVsDataExplorerConnection 连接对象。