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 or sets space allocation, maintenance, and usage hints for default sequential index.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property pSeqSpacehints As JET_SPACEHINTS
Get
Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As JET_SPACEHINTS
value = instance.pSeqSpacehints
instance.pSeqSpacehints = value
public JET_SPACEHINTS pSeqSpacehints { get; set; }
Property value
Type: Microsoft.Isam.Esent.Interop.JET_SPACEHINTS