Delete Method (ADOX Collections)

Microsoft ActiveX Data Objects (ADO)

ADOX 2.5 API Reference

Delete Method (Collections)

Removes an object from a collection.

Syntax

Collection.Delete Name

Parameters

Name
A Variant that specifies the name or ordinal position (index) of the object to delete.

Remarks

An error will occur if the Name does not exist in the collection.

For Tables and Users collections, an error will occur if the provider does not support deleting tables or users, respectively. For Procedures and Views collections, Delete will fail if the provider does not support persisting commands.

See Also

Procedures Delete Method Example (VB) | Views Delete Method Example (VB)

Applies To: Columns Collection | Groups Collection | Indexes Collection | Keys Collection | Procedures Collection | Tables Collection | Users Collection | Views Collection

© 1998-2003 Microsoft Corporation. All rights reserved.