Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the version of the server.
Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Private ReadOnly Property ServerVersion As Version 
    Implements ISfcConnection.ServerVersion 
    Get
'Usage
Dim instance As ServerConnection 
Dim value As Version 
value = CType(instance, ISfcConnection).ServerVersion
Version ISfcConnection.ServerVersion { get; }
private:
virtual property Version^ ServerVersion {
    Version^ get () sealed = ISfcConnection::ServerVersion::get;
}
private abstract ServerVersion : Version 
private override ServerVersion : Version
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: Version
The Version of the server.