IVsDataExplorerConnectionManager.SelectConnection Method

Definition

Selects the specified data connection in Server Explorer.

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)

Parameters

explorerConnection
IVsDataExplorerConnection

The data connection to select.

Applies to