IVsDataExplorerConnectionManager.SelectConnection(IVsDataExplorerConnection) Método

Definição

Seleciona a conexão de dados especificada em Gerenciador de Servidores.

public:
 void SelectConnection(Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ explorerConnection);
public void SelectConnection (Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection explorerConnection);
abstract member SelectConnection : Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection -> unit
Public Sub SelectConnection (explorerConnection As IVsDataExplorerConnection)

Parâmetros

explorerConnection
IVsDataExplorerConnection

A conexão de dados a ser selecionada.

Aplica-se a