The IndexCollection type exposes the following members.

Methods

  NameDescription
Add
Adds a new Index to the IndexCollection and creates a new physical index on disk.
Delete
Deletes an Index from the IndexCollection by name and deletes the physical index on disk.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindIndexesByColumnName
Gets a collection of all the Index objects for a particular Column in a Table.
GetEnumerator
Supports a simple iteration over a generic collection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNames
Gets the names of all the indexes defined for the Table.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also