JET_INDEX_RANGE.startColumns property

Gets or sets the column values for the start of the index.

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

Syntax

'Declaration
Public Property startColumns As JET_INDEX_COLUMN()
    Get
    Set
'Usage
Dim instance As JET_INDEX_RANGE
Dim value As JET_INDEX_COLUMN()

value = instance.startColumns

instance.startColumns = value
public JET_INDEX_COLUMN[] startColumns { get; set; }

Property value

Type: []

See also

Reference

JET_INDEX_RANGE class

JET_INDEX_RANGE members

Microsoft.Isam.Esent.Interop.Windows8 namespace