ItemByName

Description

Returns the specified item in the DatabaseDescs collection.

The argument to this method is a String (name).

Syntaxe

Perl

$dbDescObj = $databasedescs->ItemByName(name); 
Identificateur
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.
Valeur renvoyée
The DatabaseDesc object at the specified location in the collection.

Commentaires en retour