GetMinCompatibleFeatureLevel

Description

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.

The feature level is read-only.

Syntaxe

VBScript

cqdb_min = session.GetMinCompatibleFeatureLevel 

Perl

$cqdb_min = $session->GetMinCompatibleFeatureLevel(); 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Valeur de retour
The minimum feature level, a Long.

Commentaires