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.
Options for JetGetRecordSize(JET_SESID, JET_TABLEID, JET_RECSIZE, GetRecordSizeGrbit).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration GetRecordSizeGrbit
'Usage
Dim instance As GetRecordSizeGrbit
[FlagsAttribute]
public enum GetRecordSizeGrbit
Members
| Member name | Description | |
|---|---|---|
| None | Default options. | |
| InCopyBuffer | Retrieve the size of the record that is in the copy buffer prepared or update. Otherwise, the tableid must be positioned on a record, and that record will be used. | |
| RunningTotal | The JET_RECSIZE is not zeroed before filling the contents, effectively acting as an accumulation of the statistics for multiple records visited or updated. | |
| Local | Ignore non-intrinsic Long Values. Only the local record on the page will be used. |