Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
ReadOnly Property Connections As IDictionary(Of String, IVsDataExplorerConnection)
IDictionary<string, IVsDataExplorerConnection> Connections { get; }
property IDictionary<String^, IVsDataExplorerConnection^>^ Connections {
IDictionary<String^, IVsDataExplorerConnection^>^ get ();
}
abstract Connections : IDictionary<string, IVsDataExplorerConnection> with 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.