Share via


IVsDataExplorerConnection Interface

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerConnection
'Usage
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