IVsDataExplorerConnectionManager.Connections Property

Gets a collection of key/value pairs containing all existing data connections.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
ReadOnly Property Connections As IDictionary(Of String, IVsDataExplorerConnection)
'使用
Dim instance As IVsDataExplorerConnectionManager
Dim value As IDictionary(Of String, IVsDataExplorerConnection)

value = instance.Connections
IDictionary<string, IVsDataExplorerConnection> Connections { get; }
property IDictionary<String^, IVsDataExplorerConnection^>^ Connections {
    IDictionary<String^, IVsDataExplorerConnection^>^ get ();
}
function get Connections () : IDictionary<String, IVsDataExplorerConnection>

Property Value

Type: System.Collections.Generic.IDictionary<String, IVsDataExplorerConnection>

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.

Permissions

See Also

Reference

IVsDataExplorerConnectionManager Interface

IVsDataExplorerConnectionManager Members

Microsoft.VisualStudio.Data.Services Namespace