IVsDataExplorerConnectionManager.RemoveConnection Method

Definition

Removes an existing data connection from Server Explorer.

public:
 void RemoveConnection(Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ explorerConnection);
public void RemoveConnection (Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection explorerConnection);
abstract member RemoveConnection : Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection -> unit
Public Sub RemoveConnection (explorerConnection As IVsDataExplorerConnection)

Parameters

explorerConnection
IVsDataExplorerConnection

The data connection to remove.

Exceptions

The explorerConnection parameter is null.

Applies to