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>
function get Connections () : IDictionary<String, IVsDataExplorerConnection>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, IVsDataExplorerConnection>
Un objet d' 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