Share via


ServerVersion Members

Include Protected Members
Include Inherited Members

The ServerVersion class represents the version information for the server.

The ServerVersion type exposes the following members.

Constructors

  Name Description
Public method ServerVersion(Int32, Int32) Initializes a new instance of the ServerVersion class.
Public method ServerVersion(Int32, Int32, Int32) Initializes a new instance of the ServerVersion class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns the object in string format. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Explicit(ServerVersion to Version)

Top

Properties

  Name Description
Public property BuildNumber Gets the build number part of the server version information.
Public property Major Gets the build number part of the server version information.
Public property Minor Gets the build number part of the server version information.

Top