--- 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](../../../ado/reference/ado-api/property-object-ado.md) 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](../../../ado/reference/ado-api/property-object-ado.md) 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. - [Properties Collection Properties, Methods, and Events](../../../ado/reference/ado-api/properties-collection-properties-methods-and-events.md) ## See Also [Property Object (ADO)](../../../ado/reference/ado-api/property-object-ado.md) [Appendix A: Providers](../../../ado/guide/appendixes/appendix-a-providers.md)