DataExplorerConnectionManager.GetConnections 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索包含所有当前实例的数组 DataExplorerConnection 。
public:
abstract cli::array <Microsoft::VisualStudio::Data::DataExplorerConnection ^> ^ GetConnections();
public abstract Microsoft.VisualStudio.Data.DataExplorerConnection[] GetConnections ();
abstract member GetConnections : unit -> Microsoft.VisualStudio.Data.DataExplorerConnection[]
Public MustOverride Function GetConnections () As DataExplorerConnection()
返回
返回一个数组,该数组包含当前 DataExplorerConnection 对象实例的所有实例。