Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 2.19 KB

File metadata and controls

38 lines (35 loc) · 2.19 KB
title ADO Collections | 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
ADO collections [ADO]
collections [ADO]
ms.assetid b5e1d26d-b41d-4e35-8c7c-972426473dfb
author MightyPen
ms.author genemi

ADO Collections

The relationships between these collections and the ADO objects are represented in the ADO Object Model.

Each collection can contain its corresponding object. For example, an Error object can be contained in an Errors collection. For more information about objects, see ADO Objects or a specific object topic.

Errors Contains all the Error objects created in response to a single provider-related failure.
Fields Contains all the Field objects of a Recordset object.
Parameters Contains all the Parameter objects of a Command object.
Properties Contains all the Property objects for a specific instance of an object.

See Also

ADO API Reference
ADO Dynamic Properties
ADO Enumerated Constants
Appendix B: ADO Errors
ADO Events
ADO Methods
ADO Object Model
ADO Objects and Interfaces
ADO Properties