Description
Deletes
the workspace item designated by DBID.
Remarque : This method became available
in version 2002.05.00. In version 7.0.0.0 the limit on the number of records
that can be stored increased so the range of DBIDs also increased. 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.DeleteWorkspaceItemByDbId dbid
Perl
$workspace->DeleteWorkspaceItemByDbId(dbid);
- Identificateur
- Description
- workspace
- The Workspace object obtained from the current session.
- dbid
- A Long containing the dbid of the workspace item to delete.
- Valeur de retour
- Returns Boolean True is if successful; False if failed.