DataExplorerConnectionManager.SelectConnection, méthode

Sélectionne une connexion de données spécifique dans l'arborescence explorateur de serveurs.

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

Syntaxe

'Déclaration
Public MustOverride Sub SelectConnection ( _
    explorerConnection As DataExplorerConnection _
)
public abstract void SelectConnection(
    DataExplorerConnection explorerConnection
)
public:
virtual void SelectConnection(
    DataExplorerConnection^ explorerConnection
) abstract
abstract SelectConnection : 
        explorerConnection:DataExplorerConnection -> unit
public abstract function SelectConnection(
    explorerConnection : DataExplorerConnection
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

Le paramètre explorerConnection est null.

Sécurité .NET Framework

Voir aussi

Référence

DataExplorerConnectionManager Classe

Microsoft.VisualStudio.Data, espace de noms