DataExplorerConnectionManager.GetConnections 方法

检索包含所有当前 DataExplorerConnection 实例的数组。

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

语法

声明
Public MustOverride Function GetConnections As DataExplorerConnection()
public abstract DataExplorerConnection[] GetConnections()
public:
virtual array<DataExplorerConnection^>^ GetConnections() abstract
abstract GetConnections : unit -> DataExplorerConnection[] 
public abstract function GetConnections() : DataExplorerConnection[]

返回值

类型:array<Microsoft.VisualStudio.Data.DataExplorerConnection[]
返回包含所有当前 DataExplorerConnection 对象实例的数组。

.NET Framework 安全性

请参见

参考

DataExplorerConnectionManager 类

Microsoft.VisualStudio.Data 命名空间