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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |