DataExplorerConnectionManager.SelectConnection(DataExplorerConnection) 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 a specific data connection in the Server Explorer tree view.
public:
abstract void SelectConnection(Microsoft::VisualStudio::Data::DataExplorerConnection ^ explorerConnection);
public abstract void SelectConnection (Microsoft.VisualStudio.Data.DataExplorerConnection explorerConnection);
abstract member SelectConnection : Microsoft.VisualStudio.Data.DataExplorerConnection -> unit
Public MustOverride Sub SelectConnection (explorerConnection As DataExplorerConnection)
Parameters
- explorerConnection
- DataExplorerConnection
The data explorer connection to select.
Exceptions
The explorerConnection
parameter is null.