IVsDataExplorerConnectionManager.RemoveConnection (Método)

Quita una conexión de datos existentes del Explorador de servidores.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Sub RemoveConnection ( _
    explorerConnection As IVsDataExplorerConnection _
)
void RemoveConnection(
    IVsDataExplorerConnection explorerConnection
)
void RemoveConnection(
    IVsDataExplorerConnection^ explorerConnection
)
abstract RemoveConnection : 
        explorerConnection:IVsDataExplorerConnection -> unit 
function RemoveConnection(
    explorerConnection : IVsDataExplorerConnection
)

Parámetros

Excepciones

Excepción Condición
ArgumentNullException

El valor del parámetro explorerConnection es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerConnectionManager Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)