Condividi tramite


Metodo IVsDataExplorerConnectionManager.RemoveConnection

Rimuove una connessione dati esistente da Esplora server.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

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

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

Il parametro explorerConnection è nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerConnectionManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services