Api.JetComputeStats 方法
遍进表的每个索引,以准确计算索引中的条目数,以及索引中的非重复键数。 此信息以及为索引分配的数据库页数和计算的当前时间存储在数据库中的索引元数据中。 随后可以使用信息操作检索此数据。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetComputeStats ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEIDApi.JetComputeStats(sesid, tableid)
public static void JetComputeStats(
JET_SESID sesid,
JET_TABLEID tableid
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要计算统计信息的表。