Metodo IVsDataExplorerConnectionManager.SelectConnection
Selezionare la connessione dati specificata in Esplora server.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Sub SelectConnection ( _
explorerConnection As IVsDataExplorerConnection _
)
void SelectConnection(
IVsDataExplorerConnection explorerConnection
)
void SelectConnection(
IVsDataExplorerConnection^ explorerConnection
)
abstract SelectConnection :
explorerConnection:IVsDataExplorerConnection -> unit
function SelectConnection(
explorerConnection : IVsDataExplorerConnection
)
Parametri
explorerConnection
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnectionLa connessione dati da selezionare.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.