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 number of pages in the index. This value is not current and is only is updated by Api.JetComputeStats.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public ReadOnly Property Pages As Integer
Get
'Usage
Dim instance As IndexInfo
Dim value As Integer
value = instance.Pages
public int Pages { get; }
Property value
Type: System.Int32