IVsDataExplorerConnectionManager.SelectConnection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.