DataExplorerConnectionManager Class
Provides methods and properties that enable programmatic interaction with data connections exposed in the Server Explorer.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
<GuidAttribute("D8D207DA-64EB-4b46-9740-282F5F458B22")> _
Public MustInherit Class DataExplorerConnectionManager _
Implements ICollection, IEnumerable
Dim instance As DataExplorerConnectionManager
[GuidAttribute("D8D207DA-64EB-4b46-9740-282F5F458B22")]
public abstract class DataExplorerConnectionManager : ICollection,
IEnumerable
[GuidAttribute(L"D8D207DA-64EB-4b46-9740-282F5F458B22")]
public ref class DataExplorerConnectionManager abstract : ICollection,
IEnumerable
public abstract class DataExplorerConnectionManager implements ICollection, IEnumerable
Remarks
Depending on the Visual Studio version being used, the tool window that contains data connections may be called Server Explorer, Database Explorer, or Data Explorer. Regardless of the term used, however, the DataExplorerConnectionManager class allows you to manage all connection nodes that appear as children beneath the Data Connections node in Visual Studio.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.DataExplorerConnectionManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DataExplorerConnectionManager Members