Share via


DataExplorerConnectionManager.RemoveConnection(DataExplorerConnection) Method

Definition

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.

Applies to