Freigeben über


IVsDataExplorerConnectionManager.SelectConnection-Methode

Wählt die angegebene Datenverbindung im Server-Explorer aus.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerConnectionManager Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace