Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the total number of database pages, with no unwritten changes, that have been modified 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 cPageDirtied As Integer
Get
Friend Set
'Usage
Dim instance As JET_THREADSTATS
Dim value As Integer
value = instance.cPageDirtied
public int cPageDirtied { get; internal set; }
Property value
Type: System.Int32