Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An enumerator is an object that searches for available data source objects and other enumerators.
The enumerator object cotype is defined as follows. For more information about cotypes, see Conceptual Programming Models in OLE DB.
CoType TEnumerator {
[mandatory] IParseDisplayName;
[mandatory] ISourcesRowset;
[optional] IDBInitialize;
[optional] IDBProperties;
[optional] ISupportErrorInfo;
}
Remarks
This section contains the following topics: