Databases Object

The Databases object represents a collection of Database objects and provides methods for accessing and controlling the stored objects.

Methods

Count Returns the number of objects, stored in the collection.
GetByName Gets an object from the collection by its name.
GetByNumber Gets an object from the collection by its number.
DeleteByName Removes an object from the collection by its name.
DeleteByNum Removes an object from the collection by its number.

Remarks

The Databases object belongs to the Workspace object and can be retrieved by calling the Databases method.

 

See Also

Database Object, Workspace Object, Databases Method