共用方式為


JET_INDEXID 結構

適用于: Windows |Windows Server

JET_INDEXID 結構

JET_INDEXID結構會保存索引識別碼。 索引識別碼是一個提示,可用來使用 JetSetCurrentIndex加速選取目前的索引。 當資料表上有非常大量的索引時,它最有用。 您可以使用JetGetIndexInfo 或 JetGetTableIndexInfo來擷取索引識別碼。

    typedef struct tagJET_INDEXID {
      unsigned long cbStruct;
      char rgbIndexId[sizeof(JET_API_PRT) + sizeof(unsigned long) + sizeof(unsigned long)];
    } JET_INDEXID;

成員

cbStruct

索引識別碼的大小,以位元組為單位。

這是 從 JetGetIndexInfoJetGetTableIndexInfo輸出緩衝區傳回之索引識別碼的實際大小。

rgbIndexId

引擎用來快速識別其架構快取中索引的資訊不透明 BLOB。

請勿嘗試解譯資訊的 BLOB。 這不是設定的大小。

規格需求

需求

用戶端

需要 Windows Vista、Windows XP 或 Windows 2000 Professional。

Server

需要 Windows Server 2008、Windows Server 2003 或 Windows 2000 Server。

標頭

在 Esent.h 中宣告。

另請參閱

JetGetIndexInfo
JetGetTableIndexInfo
JetGetTableInfo
JetSetCurrentIndex