Represents the schema of an UltraLite table index.
' Visual Basic
NotInheritable Public Class IndexSchema
// C#
public sealed class IndexSchema
This class cannot be directly instantiated. Index schemas are created using the PrimaryKey property, GetIndex method, and GetOptimalIndex method methods of the TableSchema class class.
IndexSchema members
ColumnCount property
IsForeignKey property
IsForeignKeyCheckOnCommit property
IsForeignKeyNullable property
IsOpen property
IsPrimaryKey property
IsUniqueIndex property
IsUniqueKey property
Name property
ReferencedIndexName property
ReferencedTableName property
Finalize method
GetColumnName method
IsColumnDescending method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.