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 an array of indices to create, of type JET_INDEXCREATE.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property rgindexcreate As JET_INDEXCREATE()
Get
Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As JET_INDEXCREATE()
value = instance.rgindexcreate
instance.rgindexcreate = value
public JET_INDEXCREATE[] rgindexcreate { get; set; }
Property value
Type: []