DataExplorerConnectionManager.RemoveConnection(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.
Removes an existing DataExplorerConnection object instance from the set of current connections.
public:
abstract void RemoveConnection(Microsoft::VisualStudio::Data::DataExplorerConnection ^ explorerConnection);
public abstract void RemoveConnection (Microsoft.VisualStudio.Data.DataExplorerConnection explorerConnection);
abstract member RemoveConnection : Microsoft.VisualStudio.Data.DataExplorerConnection -> unit
Public MustOverride Sub RemoveConnection (explorerConnection As DataExplorerConnection)
Parameters
- explorerConnection
- DataExplorerConnection
The data explorer connection to remove.
Exceptions
The explorerConnection
parameter is null.