Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
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
- 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.