Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.43 KB

File metadata and controls

40 lines (36 loc) · 2.43 KB
title ADOX Objects | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
helpviewer_keywords
objects [ADOX]
ADOX, objects
ms.assetid 3f5287e9-f62c-40c4-bb59-985102be956e
author MightyPen
ms.author genemi

ADOX Objects

ADOX Object Summary

Object Description
Catalog Contains collections that describe the schema catalog of a data source.
Column Represents a column from a table, index, or key.
Group Represents a group account that has access permissions within a secured database.
Index Represents an index from a database table.
Key Represents a primary, foreign, or unique key field from a database table.
Procedure Represents a stored procedure.
Table Represents a database table, including columns, indexes, and keys.
User Represents a user account that has access permissions within a secured database.
View Represents a filtered set of records or a virtual table.

The relationships between these objects are illustrated in the ADOX Object Model.

Each object can be contained in its corresponding collection. For example, a Table object can be contained in a Tables collection. For more information, see ADOX Collections or a specific collection topic.

See Also

ADOX API Reference
ADOX Collections
ADOX Object Model
ADO Extensions for Data Definition Language and Security (ADOX)