Compartir a través de


Propiedad IndexInfo.IndexSegments

Obtiene los segmentos del índice.

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

Sintaxis

'Declaration
Public ReadOnly Property IndexSegments As IList(Of IndexSegment)
    Get
'Usage
Dim instance As IndexInfo
Dim value As IList(Of IndexSegment)

value = instance.IndexSegments
public IList<IndexSegment> IndexSegments { get; }

Valor de propiedad

Tipo: System.Collections.Generic.IList<IndexSegment>

Consulte también

Referencia

Clase IndexInfo

Miembros de IndexInfo

Espacio de nombres Microsoft.Isam.Esent.Interop