JET_TABLECREATE.rgindexcreate property
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: []