GetFullProductVersion

Description

Returns the full product version string. This method is equivalent to the GetProductVersion and GetPatchVersion return values separated by a space.

Remarque : This method became available in version 7.0.0.0. This method is for COM only. For Perl, see the ProductInfo Object.

Syntaxe

VBScript

session.GetFullProductVersion 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Valeur de retour
A String containing the full product version.

Commentaires