Description
Returns
the specified item in the DatabaseDescs collection.
The
argument to this method is a numeric index (itemNum).
Syntax
Perl
$dbDescObj = $databasedescs->Item(itemNum);
- Identifier
- Description
- databasedescs
- A DatabaseDescs collection object.
- itemNum
- A Long that serves as an index into the collection. This
index is 0-based so the first item in the collection is numbered 0, not 1.
- Return value
- The DatabaseDesc object at the specified location in the
collection.