MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
IIndexDefinition exposes simple methods to create and drop indexes from the data store.
IIndexDefinition is optional for providers that do not otherwise support index creation; it is mandatory for providers that support creating and dropping indexes through commands.
Method | Description |
CreateIndex | Adds a new index to a base table. |
DropIndex | Drops an index from a base table. |