Connections Object

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

 

See Also

Connection Object, Workspace Object, Connections Method