AdoIndex Class

<< Click to Display Table of Contents >>

Navigation:  Adox Classes >

AdoIndex Class

Previous pageReturn to chapter overviewNext page

Purpose

Index Class (ADOX)

 

Prototype

CLASS AdoIndex INHERIT AdoObject

 

Constructor

Init()        Create Object of type AdoIndex

 

Access

Clustered        Is the index clustered

Columns        Collection of Columns

IndexNulls        Null values included in index ?

Name        The name of the Index

PrimaryKey        Does the index represent the primary key on the table

Properties        Collection of Property objects

Unique        Specifies whether the index keys must be unique

 

Assign

Clustered        Is the index clustered

IndexNulls        Null values included in index ?

Name        The name of the Index

PrimaryKey        Does the index represent the primary key on the table

Unique        Specifies whether the index keys must be unique

 

 

Description

Represents an index from a database table

 

See Also

AdoObject, ADOX Classes, AdoIndexes, AdoProperties, AdoColumns