IVsDataExplorerConnectionManager.Connections Property

Definition

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.

Applies to