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