JET_INDEXCREATE class

Contains the information needed to create an index over data in an ESE database. Contains the information needed to create an index over data in an ESE database.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.JET_INDEXCREATE

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class JET_INDEXCREATE _
    Implements IContentEquatable(Of JET_INDEXCREATE), IDeepCloneable(Of JET_INDEXCREATE)
'Usage
Dim instance As JET_INDEXCREATE
[SerializableAttribute]
public sealed class JET_INDEXCREATE : IContentEquatable<JET_INDEXCREATE>, 
    IDeepCloneable<JET_INDEXCREATE>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

JET_INDEXCREATE members

Microsoft.Isam.Esent.Interop namespace