ServerConnection.ISfcConnection.ServerVersion Property

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: System.Version

Implements

ISfcConnection.ServerVersion