Returns the minimum database version number supported by the Rational ClearQuest client running on this machine. This value represents the oldest release of the repository schema that the client can support.
Le niveau de fonctionnalité est en lecture seule.
VBScript
cqdb_min = session.GetMinCompatibleFeatureLevel
Perl
$cqdb_min = $session->GetMinCompatibleFeatureLevel();