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
'宣言
Public Interface IVsDataConnectionSupport _
Implements IServiceProvider, IDisposable
'使用
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