Description
Returns
the list of DBIDs parallel to the list of names returned from the GetChartList method,
when specifying the same charttype argument.
Remarque : This method is for Windows only.
Remarque : This method became
available in version 2002.05.00. Dans la version 7.0, le nombre maximale d'enregistrements pouvant être stockés a augmenté et la plage d'ID base de données a également augmenté. Toutefois, les clients Rational ClearQuest antérieurs à la version 7.0 ne peuvent pas afficher les enregistrements dont les ID base de données sont supérieurs à la limite initiale. For more information on DBIDs, see
Utilisation d'enregistrements
Syntaxe
VBScript
workspace.GetChartDbIdList charttype
Perl
$workspace->GetChartDbIdList(charttype);
- Identificateur
- Description
- workspace
- The Workspace object obtained from the current session.
- charttype
- The type of chart DBIDs to return.
- public charts
- personal charts
- all public and personal charts
- Valeur de retour
- In Visual Basic, an array of Variants (each containing
a string) that make up the list of DBIDs parallel to the list returned from GetChartList.
In Perl, a reference to an array of strings containing
the list of chart DBIDs.