Partager via


IVsDataExplorerConnectionManager Interface

Provides the ability to perform common tasks with data connections in Server Explorer, such as adding, removing, or finding a connection, among others.

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

Syntax

<GuidAttribute("8B6159D9-A634-4549-9EAC-8642744F1042")> _
<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerConnectionManager

Dim instance As IVsDataExplorerConnectionManager
[GuidAttribute("8B6159D9-A634-4549-9EAC-8642744F1042")]
[CLSCompliantAttribute(false)]
public interface IVsDataExplorerConnectionManager
[GuidAttribute(L"8B6159D9-A634-4549-9EAC-8642744F1042")]
[CLSCompliantAttribute(false)]
public interface class IVsDataExplorerConnectionManager
public interface IVsDataExplorerConnectionManager

Remarks

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

See Also

Reference

IVsDataExplorerConnectionManager Members

Microsoft.VisualStudio.Data.Services Namespace