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
OleDbEnumerator() |
Creates an instance of the OleDbEnumerator class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
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. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetRootEnumerator() |
Returns an OleDbDataReader that contains information about the currently installed OLE DB providers, without requiring an instance of the OleDbEnumerator class. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |