Api.JetGetIndexInfo method
Include protected members
Include inherited members
Overload list
Name | Description | |
---|---|---|
JetGetIndexInfo(JET_SESID, JET_DBID, String, String, JET_INDEXLIST) | Obsolete. Retrieves information about indexes on a table. | |
JetGetIndexInfo(JET_SESID, JET_DBID, String, String, JET_INDEXID, JET_IdxInfo) | Retrieves information about indexes on a table. | |
JetGetIndexInfo(JET_SESID, JET_DBID, String, String, JET_INDEXLIST, JET_IdxInfo) | Retrieves information about indexes on a table. | |
JetGetIndexInfo(JET_SESID, JET_DBID, String, String, Int32, JET_IdxInfo) | Retrieves information about indexes on a table. | |
JetGetIndexInfo(JET_SESID, JET_DBID, String, String, String, JET_IdxInfo) | Retrieves information about indexes on a table. | |
JetGetIndexInfo(JET_SESID, JET_DBID, String, String, UInt16, JET_IdxInfo) | Retrieves information about indexes on a table. |
Top