Compartilhar via


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

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerConnectionManager Interface

Namespace Microsoft.VisualStudio.Data.Services