Sdílet prostřednictvím


IVsDataExplorerConnectionManager.RemoveConnection – metoda

Odstraní existující datové připojení Server Explorer.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

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

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

The explorerConnection parameter is nullodkaz null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataExplorerConnectionManager Rozhraní

Microsoft.VisualStudio.Data.Services – obor názvů