IVsDataExplorerConnection Interface

Represents a connection that exists in the Visual Studio Server Explorer.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerConnection

Dim instance As IVsDataExplorerConnection
[CLSCompliantAttribute(false)]
public interface IVsDataExplorerConnection
[CLSCompliantAttribute(false)]
public interface class IVsDataExplorerConnection
public interface IVsDataExplorerConnection

Remarks

This interface represents a data connection node that appears as a child to the Data Connections node in the Server Explorer.

This interface is implemented as a built-in DDEX service.

See Also

Reference

IVsDataExplorerConnection Members

Microsoft.VisualStudio.Data.Services Namespace

IVsDataConnection