ServerVersion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
server version
[System.Serializable]
public class ServerVersion
[<System.Serializable>]
type ServerVersion = class
Public Class ServerVersion
- Inheritance
-
ServerVersion
- Attributes
Constructors
ServerVersion(Int32, Int32) |
initializes server version |
ServerVersion(Int32, Int32, Int32) |
Properties
BuildNumber | |
Major |
major version |
Minor |
minor version |
Methods
ToString() |
string representation in format Major.Minor.BuildNumber Example: 11.0.1234 |
Operators
Explicit(ServerVersion to Version) |
Explicit conversion to .Net Version type |