| 
       PROVERSION (mode)
       | 
 If the value of mode is either 0 or not specified, PROVERSION returns limited version information—the major version number, the minor version number, and, if applicable, the version tag.
If the value of mode is either 0 or not specified, PROVERSION returns limited version information—the major version number, the minor version number, and, if applicable, the version tag.
   If the value of mode is 1, PROVERSION returns full version information—the major version number, the minor version number, the service pack number, the hot fix version number, the build number, and, if applicable, the version tag.
If the value of mode is 1, PROVERSION returns full version information—the major version number, the minor version number, the service pack number, the hot fix version number, the build number, and, if applicable, the version tag.
   If the value of mode is other than 1 or 0, a run-time error message is returned.
If the value of mode is other than 1 or 0, a run-time error message is returned.
  | 
       11.2.0.0.1234
       | 
 11 is the major version number.
11 is the major version number.
   2 is the minor version number.
2 is the minor version number.
   0 is the service pack number.
0 is the service pack number.
   0 is the hot fix version number.
0 is the hot fix version number.
   1234 is the build number.
1234 is the build number.
  | 
       11.2BETA
       | 
| 
       11.2.0.0.1234.BETA
       |