IVsDataExplorerConnectionManager.Connections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of key/value pairs containing all existing data 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)
Property Value
A IDictionary object that contains a collection of key/value pairs containing all existing data connections. The key holds the name of the connection, and the value holds the corresponding IVsDataExplorerConnection connection object.