MDAC 2.5 SDK - ADOX
Procedures Collection
See Also
Example
Properties
Methods
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's schema with the Refresh method.