IVsDataExplorerConnectionManager.Connections-Eigenschaft
Ruft eine Auflistung von Schlüssel-Wert-Paaren ab, die alle Verbindungen der vorhandenen Daten enthalten.
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>
Eigenschaftswert
Typ: IDictionary<String, IVsDataExplorerConnection>
Ein IDictionary-Objekt, das eine Auflistung von Schlüssel-/Wertpaaren, die alle Verbindungen der vorhandenen Daten enthalten.Die Schlüssel enthält den Namen der Verbindung an, und der Wert wird die entsprechende IVsDataExplorerConnection Verbindungsobjekt an.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.