ServerConnection.ISfcConnection.ServerVersion Property
Gets the version of the server.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Bildirim
Private ReadOnly Property ServerVersion As Version
Implements ISfcConnection.ServerVersion
Get
'Kullanım
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
The Version of the server.