Bewerken

OleDbEnumerator Class

Definition

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.

Applies to