Purpose
Index objects specify the order of records accessed from database tables
Accesses/Assigns
Clustered | Indicates whether the index is clustered |
DistinctCount | Number of distinct key values in the index |
Fields | (Default) Collection of fields in this index |
Foreign | Determines whether an Index object represents a foreign key |
IgnoreNulls | Indicates whether the Null values are stored in the index |
Name | The name of this object |
Primary | Indicates whether this is a primary index for a table |
Required | Indicates whether the Index requires a non-Null value |
Unique | Determines whether this is a unique index for a table |
Methods
CreateField | Creates a new Field object |
CreateProperty | Creates a new user-defined Property object |
Inherits from
See Also