Returns an object representing a collection of indexes in the entity.
Public Function Indexes() As Indexes
Dim MyEntity As Entity Dim MyIndex As Index For Each MyIndex In MyEntity.Indexes 'Operations on Indexes collection go here ... Next MyIndex