Edit

JET_INDEXCREATE.pSpaceHints property

Gets or sets space allocation, maintenance, and usage hints.

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

Syntax

'Declaration
Public Property pSpaceHints As JET_SPACEHINTS
    Get
    Set
'Usage
Dim instance As JET_INDEXCREATE
Dim value As JET_SPACEHINTS

value = instance.pSpaceHints

instance.pSpaceHints = value
public JET_SPACEHINTS pSpaceHints { get; set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_SPACEHINTS

See also

Reference

JET_INDEXCREATE class

JET_INDEXCREATE members

Microsoft.Isam.Esent.Interop namespace