JET_THREADSTATS.cPageRead property
Gets the total number of database pages fetched from disk by the database engine on the current thread.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property cPageRead As Integer
Get
Friend Set
'Usage
Dim instance As JET_THREADSTATS
Dim value As Integer
value = instance.cPageRead
public int cPageRead { get; internal set; }
Property value
Type: System.Int32