ItemByName
Description
Returns the specified item in the DatabaseDescs collection.
The argument to this method is a String (name).
Syntax
Perl
$dbDescObj = $databasedescs->ItemByName(name);
- Identifier
- Description
- databasedescs
- A DatabaseDescs collection object.
- name
- A String that serves as a key into the collection. This string corresponds to the GetDatabaseName of the desired DatabaseDescs.
- Return value
- The DatabaseDesc object at the specified location in the collection.