Свойство ProdVer

Gets a String value that specifies the version of the instance of the Database Engine that raised the exception.

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
Protected Shared ReadOnly Property ProdVer As String
    Get
'Применение
Dim value As String

value = RegisteredServerException.ProdVer
protected static string ProdVer { get; }
protected:
static property String^ ProdVer {
    String^ get ();
}
static member ProdVer : string
static function get ProdVer () : String

Значение свойства

Тип: System. . :: . .String
A String value that specifies the version of the instance of the Database Engine that raised the exception.