TABSAdvIndexDef describes an index in a database table.
Unit
ABSMain
Description
Use the properties and methods of an index definition to:
· | Set the attributes of a new index in a table created with TABSTable.CreateTable or restructured with RestructureTable method.
|
· | Determine the name of an index.
|
· | Identify the fields that make up the index.
|
· | Determine the characteristics of the index.
|
Note: you cannot use TABSAdvIndexDef objects in a dataset component's AdvIndexDefs property to add indexes to already existing tables. To do that, use methods such as TABSTable.AddIndex.
|
|