DataSourceManager Class
Represents the set of registered DDEX data sources.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
<GuidAttribute("69BD65B1-1C44-49c6-B83A-FB0353334545")> _
Public MustInherit Class DataSourceManager _
Implements ICollection(Of DataSource), IEnumerable(Of DataSource), _
IEnumerable
'Usage
Dim instance As DataSourceManager
[GuidAttribute("69BD65B1-1C44-49c6-B83A-FB0353334545")]
public abstract class DataSourceManager : ICollection<DataSource>,
IEnumerable<DataSource>, IEnumerable
[GuidAttribute(L"69BD65B1-1C44-49c6-B83A-FB0353334545")]
public ref class DataSourceManager abstract : ICollection<DataSource^>,
IEnumerable<DataSource^>, IEnumerable
public abstract class DataSourceManager implements ICollection<DataSource>, IEnumerable<DataSource>, IEnumerable
Remarks
This class provides an object model around the data source registration information in the registry.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.DataSourceManager
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.