Selects the specified data connection in Server Explorer.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Sub SelectConnection ( _
explorerConnection As IVsDataExplorerConnection _
)
'使用
Dim instance As IVsDataExplorerConnectionManager
Dim explorerConnection As IVsDataExplorerConnection
instance.SelectConnection(explorerConnection)
void SelectConnection(
IVsDataExplorerConnection explorerConnection
)
void SelectConnection(
IVsDataExplorerConnection^ explorerConnection
)
function SelectConnection(
explorerConnection : IVsDataExplorerConnection
)
Parameters
explorerConnection
Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnectionThe data connection to select.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataExplorerConnectionManager Interface