IVsDataConnectionSupport Interface

Represents the interface that exposes methods and properties that enable you to work directly with connections to a data source.

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

Syntax

'Declaration
Public Interface IVsDataConnectionSupport _
    Inherits IServiceProvider, IDisposable
'Usage
Dim instance As IVsDataConnectionSupport
public interface IVsDataConnectionSupport : IServiceProvider, 
    IDisposable
public interface class IVsDataConnectionSupport : IServiceProvider, 
    IDisposable
public interface IVsDataConnectionSupport extends IServiceProvider, IDisposable

Remarks

This interface has a base implementation in the DDEX Framework.

See Also

Reference

IVsDataConnectionSupport Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace