IVsDataExplorerConnectionManager.SelectConnection, méthode
Sélectionne la connexion de données spécifiée dans l'Explorateur de serveurs.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Sub SelectConnection ( _
explorerConnection As IVsDataExplorerConnection _
)
void SelectConnection(
IVsDataExplorerConnection explorerConnection
)
void SelectConnection(
IVsDataExplorerConnection^ explorerConnection
)
abstract SelectConnection :
explorerConnection:IVsDataExplorerConnection -> unit
function SelectConnection(
explorerConnection : IVsDataExplorerConnection
)
Paramètres
explorerConnection
Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnectionLa connexion de données à sélectionner.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.