DataExplorerConnection Class
Represents a connection that exists in the Visual Studio Server Explorer or Data Explorer window.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
Public MustInherit Class DataExplorerConnection
Dim instance As DataExplorerConnection
public abstract class DataExplorerConnection
public ref class DataExplorerConnection abstract
public abstract class DataExplorerConnection
Remarks
Depending on the edition of Visual Studio you are using, the tool window that contains data connection nodes may be called "Server Explorer", "Database Explorer", or "Data Explorer". Regardless, this class represents a data connection node that appears as a child to the "Data Connections" node in this Visual Studio window.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.DataExplorerConnection
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
DataExplorerConnection Members