--- title: "Procedures 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: - "Procedures" - "Catalog::Procedures" helpviewer_keywords: - "Procedures collection [ADOX]" ms.assetid: dc7a38e1-93b9-4034-9af2-ff419e8fb2a3 author: MightyPen ms.author: genemi --- # Procedures Collection (ADOX) Contains all [Procedure](../../../ado/reference/adox-api/procedure-object-adox.md) objects of a catalog. ## Remarks The [Append](../../../ado/reference/adox-api/append-method-adox-procedures.md) method for a **Procedures** collection is unique for ADOX. You can: - Add a new procedure to the collection with the **Append** method. The remaining properties and methods are standard to ADO collections. You can: - Access a procedure in the collection with the [Item](../../../ado/reference/ado-api/item-property-ado.md) property. - Return the number of procedures contained in the collection with the [Count](../../../ado/reference/ado-api/count-property-ado.md) property. - Remove a procedure from the collection with the [Delete](../../../ado/reference/adox-api/delete-method-adox-collections.md) method. - Update the objects in the collection to reflect the current database schema with the [Refresh](../../../ado/reference/ado-api/refresh-method-ado.md) method. This section contains the following topic. - [Indexes Collection Properties, Methods, and Events](../../../ado/reference/adox-api/indexes-collection-properties-methods-and-events.md) ## See Also [Command and CommandText Properties Example (VB)](../../../ado/reference/adox-api/command-and-commandtext-properties-example-vb.md) [Parameters Collection, Command Property Example (VB)](../../../ado/reference/adox-api/parameters-collection-command-property-example-vb.md) [Procedures Append Method Example (VB)](../../../ado/reference/adox-api/procedures-append-method-example-vb.md) [Procedures Delete Method Example (VB)](../../../ado/reference/adox-api/procedures-delete-method-example-vb.md) [Procedures Refresh Method Example (VB)](../../../ado/reference/adox-api/procedures-refresh-method-example-vb.md) [Procedures Collection Properties, Methods, and Events](../../../ado/reference/adox-api/procedures-collection-properties-methods-and-events.md) [Catalog Object (ADOX)](../../../ado/reference/adox-api/catalog-object-adox.md) [Procedure Object (ADOX)](../../../ado/reference/adox-api/procedure-object-adox.md)