DataSource Class

Represents and provides access to a DDEX data source.

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

Syntax

Public MustInherit Class DataSource

Dim instance As DataSource
public abstract class DataSource
public ref class DataSource abstract
public abstract class DataSource

Remarks

DDEX supports the concepts of data sources and DDEX providers. A data source represents a data source type, such as a SQL Server or Microsoft Access database (.mdb) file. A DDEX provider supports one or more specific data sources. On the other hand, each data source may have one or more DDEX providers associated with it.

A given DDEX provider supports one or more specific data sources. Further, a given data source may support any number of DDEX providers.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.DataSource

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataSource Members

Microsoft.VisualStudio.Data Namespace

DataSourceInformation

DataSourceManager

DataSourceVersionComparer