Workspaces Object

The Workspaces object represents the collection of the Workspace objects and provides methods for controlling and accessing 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 Workspaces object belongs to the DBEngine object and can be retrieved by calling the Workspaces method.

 

See Also

DBEngine Object, Workspace Object, Workspaces Method