UIConnectionInfo.ServerVersion Property
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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection.
public:
property Microsoft::SqlServer::Management::Common::ServerVersion ^ ServerVersion { Microsoft::SqlServer::Management::Common::ServerVersion ^ get(); void set(Microsoft::SqlServer::Management::Common::ServerVersion ^ value); };
public Microsoft.SqlServer.Management.Common.ServerVersion ServerVersion { get; set; }
member this.ServerVersion : Microsoft.SqlServer.Management.Common.ServerVersion with get, set
Public Property ServerVersion As ServerVersion
Property Value
A ServerVersion object that specifies the version of the instance of the Database Engine for the connection.