Share via


IVsDataExplorerConnectionManager.Connections, propriété

Obtient une collection de paires clé/valeur contenant toutes les connexions de données existantes.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : IDictionary<String, IVsDataExplorerConnection>
Objet IDictionary qui contient une collection de paires clé/valeur contenant toutes les connexions de données existantes.La clé contient le nom de la connexion, et la valeur contient l'objet de connexion correspondant d'IVsDataExplorerConnection.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerConnectionManager Interface

Microsoft.VisualStudio.Data.Services, espace de noms