Click or drag to resize
ITableIndexes Methods

The ITableIndexes type exposes the following members.

Methods
  NameDescription
Public methodGetClusteredIndex
Gets clustered index, or null when no such exists.
Public methodGetIndexes
Gets enumeration of indexes.
Public methodGetNonclusteredIndexes
Gets enumeration of nonclustered indexes.
Public methodGetPrimaryKeyIndex
Gets index which is part of a primary key constraint, or null when no such exists.
Top
See Also