propiedad JET_TABLECREATE.rgindexcreate

Obtiene o establece una matriz de índices que se van a crear, de tipo JET_INDEXCREATE.

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

'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; }

Valor de propiedad

Tipo: []

Consulte también

Referencia

JET_TABLECREATE clase

miembros de JET_TABLECREATE

Espacio de nombres Microsoft.Isam.Esent.Interop