Edit

JET_TABLECREATE.pLVSpacehints property

Gets or sets space allocation, maintenance, and usage hints for Separated LV tree, of type JET_SPACEHINTS.

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

Syntax

'Declaration
Public Property pLVSpacehints As JET_SPACEHINTS
    Get
    Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As JET_SPACEHINTS

value = instance.pLVSpacehints

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

Property value

Type: Microsoft.Isam.Esent.Interop.JET_SPACEHINTS

See also

Reference

JET_TABLECREATE class

JET_TABLECREATE members

Microsoft.Isam.Esent.Interop namespace