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 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: []