Método IVsDataExplorerConnectionManager.SelectConnection
Selecione a conexão de dados especificada no server Explorer.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
Sub SelectConnection ( _
explorerConnection As IVsDataExplorerConnection _
)
void SelectConnection(
IVsDataExplorerConnection explorerConnection
)
void SelectConnection(
IVsDataExplorerConnection^ explorerConnection
)
abstract SelectConnection :
explorerConnection:IVsDataExplorerConnection -> unit
function SelectConnection(
explorerConnection : IVsDataExplorerConnection
)
Parâmetros
- explorerConnection
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection
A conexão de dados a selecione.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.