The Version data type is a text string containing a valid version string. A version string has the format
xxxxx.xxxxx.xxxxx.xxxxx
where x is a digit.
The maximum acceptable version string is 65535.65535.65535.65535.
The following are examples of valid version strings:
- 1
- 1.0
- 1.00
- 10.00
- 1.00.1
- 1.0.1
- 1.00.10
- 1.00.100
- 1.0.1000.0
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.