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)
    Get
IDictionary<string, IVsDataExplorerConnection> Connections { get; }
property IDictionary<String^, IVsDataExplorerConnection^>^ Connections {
    IDictionary<String^, IVsDataExplorerConnection^>^ get ();
}
abstract Connections : IDictionary<string, IVsDataExplorerConnection>
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.

.NET Framework Security

See Also

Reference

IVsDataExplorerConnectionManager Interface

Microsoft.VisualStudio.Data.Services Namespace