UIConnectionInfo.ServerVersion Property

Definition

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.

Applies to