Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.78 KB

File metadata and controls

44 lines (34 loc) · 1.78 KB
title Indexes Collection (ADOX) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Table::Indexes
Indexes
helpviewer_keywords
Indexes collection [ADOX]
ms.assetid 184cf536-455c-42be-bf1c-a5c25bade961
author MightyPen
ms.author genemi

Indexes Collection (ADOX)

Contains all Index objects of a table.

Remarks

The Append method for an Indexes collection is unique for ADOX. You can:

  • Add a new index to the collection with the Append method.

The remaining properties and methods are standard to ADO collections. You can:

  • Access an index in the collection with the Item property.

  • Return the number of indexes contained in the collection with the Count property.

  • Remove an index from the collection with the Delete method.

  • Update the objects in the collection to reflect the current database schema with the Refresh method.

This section contains the following topic.

See Also

Indexes Append Method Example (VB)
Index Object (ADOX)