Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.57 KB

jet-recpos.centrieslt-property.md

File metadata and controls

71 lines (55 loc) · 1.57 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: JET_RECPOS.centriesLT property
JET_RECPOS.centriesLT property
centriesLT property
P:Microsoft.Isam.Esent.Interop.JET_RECPOS.centriesLT
55103863
07/30/2014
reference
Microsoft.Isam.Esent.Interop.JET_RECPOS.centriesLT
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.JET_RECPOS.get_centriesLT
Microsoft.Isam.Esent.Interop.JET_RECPOS.centriesLT
Microsoft.Isam.Esent.Interop.JET_RECPOS.set_centriesLT
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

JET_RECPOS.centriesLT property

Gets or sets the approximate number of index entries less than the key.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property centriesLT As Long
    Get
    Set
'Usage
Dim instance As JET_RECPOS
Dim value As Long

value = instance.centriesLT

instance.centriesLT = value
public long centriesLT { get; set; }

Property value

Type: System.Int64

See also

Reference

JET_RECPOS class

JET_RECPOS members

Microsoft.Isam.Esent.Interop namespace