OleDbEnumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism for enumerating all available OLE DB providers within the local network.
public ref class OleDbEnumerator sealed
public sealed class OleDbEnumerator
type OleDbEnumerator = class
Public NotInheritable Class OleDbEnumerator
- Inheritance
-
OleDbEnumerator
Constructors
| Name | Description |
|---|---|
| OleDbEnumerator() |
Creates an instance of the OleDbEnumerator class. |
Methods
| Name | Description |
|---|---|
| GetElements() |
Retrieves a DataTable that contains information about all visible OLE DB providers. |
| GetEnumerator(Type) |
Uses a specific OLE DB enumerator to return an OleDbDataReader that contains information about the currently installed OLE DB providers, without requiring an instance of the OleDbEnumerator class. |
| GetRootEnumerator() |
Returns an OleDbDataReader that contains information about the currently installed OLE DB providers, without requiring an instance of the OleDbEnumerator class. |