Propriété RegisteredServerException.ProdVer

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

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

RegisteredServerException Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers