IVsDataExplorerConnectionManager.RemoveConnection 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 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.