Description
Adds a DatabaseDesc
object to this DatabaseDescs collection.
The new DatabaseDesc
object is added to the end of the collection. You can retrieve items from
the collection using the Item method.
Syntax
Perl
$databasedescs->Add(databasedesc);
- Identifier
- Description
- databasedescs
- A DatabaseDescs collection object.
- databasedesc
- The DatabaseDesc object to add to this collection
- Return value
- A Boolean that is True if the DatabaseDesc object was added
successfully, otherwise False.