IVsDataExplorerConnectionManager.SelectConnection 方法

在服务器资源管理器中选择指定的数据连接。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnectionManager 接口

Microsoft.VisualStudio.Data.Services 命名空间