GetMaxCompatibleFeatureLevel

Description

Gets the maximum database version number supported by the Rational ClearQuest client running on this machine. This value represents the newest version of the repository schema that the client can support.

The feature level is read-only.

Syntaxe

VBScript

cqdb_max = session.GetMaxCompatibleFeatureLevel 

Perl

$cqdb_max = $session->GetMaxCompatibleFeatureLevel(); 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Return value
The maximum feature level, a Long.

Commentaires en retour