JET_IdxInfo列舉
使用 JetGetIndexInfo 擷取索引資訊的資訊層級。 和 JetGetTableIndexInfo。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Enumeration JET_IdxInfo
'Usage
Dim instance As JET_IdxInfo
public enum JET_IdxInfo
成員
| 成員名稱 | 描述 | |
|---|---|---|
| 預設 | 傳回具有索引相關資訊 的JET_INDEXLIST 結構。 | |
| List | 傳回具有索引相關資訊 的JET_INDEXLIST 結構。 | |
| SysTabCursor | 已過時。 SysTabCursor 已過時。 | |
| OLC | 已過時。 OLC 已過時。 | |
| ResetOLC | 已過時。 重設 OLC 已過時。 | |
| SpaceAlloc | 傳回具有索引空間使用量的整數。 | |
| LCID | 傳回具有索引之 LCID 的整數。 | |
| Langid | 已過時。 Langid 已過時。 請改用 LCID。 | |
| Count | 傳回資料表中索引計數的整數。 | |
| VarSegMac | 傳回 ushort,其中包含建立索引的 cbVarSegMac 值。 | |
| IndexId | 傳回 識別索引的JET_INDEXID 。 | |
| KeyMost | Windows Vista 中引進。 傳回具有建立索引之 cbKeyMost 值的 ushort。 |