Returns the number of indexes on the table.
Visual Basic Public Readonly Property IndexCount As Integer
C# public int IndexCount { get;}
The number of indexes on the table or 0 if the table schema is closed.
Index IDs range from 1 to IndexCount, inclusively.
Note: Index IDs and count may change during a schema upgrade. To correctly identify an index, access it by name or refresh the cached IDs and counts after a schema upgrade.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |