Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.57 KB

File metadata and controls

50 lines (40 loc) · 2.57 KB
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 objects of a catalog.

Remarks

The Append 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 property.

  • Return the number of procedures contained in the collection with the Count property.

  • Remove a procedure from the collection with the Delete method.

  • Update the objects in the collection to reflect the current database schema with the Refresh method.

This section contains the following topic.

See Also

Command and CommandText Properties Example (VB)
Parameters Collection, Command Property Example (VB)
Procedures Append Method Example (VB)
Procedures Delete Method Example (VB)
Procedures Refresh Method Example (VB)
Procedures Collection Properties, Methods, and Events
Catalog Object (ADOX)
Procedure Object (ADOX)