DataExplorerConnectionManager.SelectConnection(DataExplorerConnection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在服务器资源管理器树视图中选择特定的数据连接。
public:
abstract void SelectConnection(Microsoft::VisualStudio::Data::DataExplorerConnection ^ explorerConnection);
public abstract void SelectConnection (Microsoft.VisualStudio.Data.DataExplorerConnection explorerConnection);
abstract member SelectConnection : Microsoft.VisualStudio.Data.DataExplorerConnection -> unit
Public MustOverride Sub SelectConnection (explorerConnection As DataExplorerConnection)
参数
- explorerConnection
- DataExplorerConnection
要选择的数据资源管理器连接。
例外
explorerConnection 参数为 null。