The Databases object represents a collection of Database objects and provides methods for accessing and controlling the stored objects.
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. |
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 |