Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.47 KB

File metadata and controls

38 lines (32 loc) · 1.47 KB
title Properties Collection (ADO) | 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
_ADO::get_Properties
_ADO::Properties
_ADO::GetProperties
helpviewer_keywords
Properties collection [ADO]
ms.assetid 1d539aa8-ce0d-4418-ab03-8d0a3c1e9d82
author MightyPen
ms.author genemi

Properties Collection (ADO)

Contains all the Property objects for a specific instance of an object.

Remarks

Some ADO objects have a Properties collection made up of Property objects. Each Property object corresponds to a characteristic of the ADO object specific to the provider.

Note

See the Property object topic for a more detailed explanation of how to use Property objects.

The Dynamic Properties of the Recordset object go out of scope (become unavailable) when the Recordset is closed.

This section contains the following topics.

See Also

Property Object (ADO)
Appendix A: Providers