The SqlVersion type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SqlVersion |
Properties
| Name | Description | |
|---|---|---|
| Build |
Build component of build number
| |
| BuildName |
The name of the build number sequence to query
| |
| DatabaseName |
The name of the database whcih contains the BuildNumber table
| |
| Delimiter |
Sets the Delimiter to use in the version number. Default is .
| |
| FieldToIncrement |
Number indicating which field is to be incremented.
0 = none (read out last number generated),
1-4 = Major, Minor, Build, Increment.
| |
| Major |
Major component of build number
| |
| Minor |
Minor component of build number
| |
| PaddingCount |
Sets the number of padding digits to use, e.g. 4
| |
| PaddingDigit |
Sets the padding digit to use, e.g. 0
| |
| Revision |
Revision component of build number
| |
| Version |
Gets the full four part Version
|