GetChartDefByDbId

Description

Returns the QueryDef object associated with the specified DBID. GetChartDefByDbId is the same as GetChartDef, except the lookup is by DBID.

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.GetChartDefByDbId dbid 

Perl

$workspace->GetChartDefByDbId(dbid); 
Identificateur
Description
workspace
The Workspace object obtained from the current session.
dbid
A Long containing the DBID of the chart.
Valeur de retour
A reference to a QueryDef object.

Commentaires