IVsDataExplorerConnectionManager.SelectConnection(IVsDataExplorerConnection) Methode

Definition

Wählt die angegebene Datenverbindung in Server-Explorer aus.

public:
 void SelectConnection(Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ explorerConnection);
public void SelectConnection (Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection explorerConnection);
abstract member SelectConnection : Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection -> unit
Public Sub SelectConnection (explorerConnection As IVsDataExplorerConnection)

Parameter

explorerConnection
IVsDataExplorerConnection

Die Datenverbindung, die ausgewählt werden soll.

Gilt für