Partager via


Propriété SmoException.ProdVer

Gets the product version of the instance of SQL Server that generated the SMO exception.

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

Syntaxe

'Déclaration
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilisation
Dim value As String 

value = SmoException.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 product version.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

SmoException Classe

Espace de noms Microsoft.SqlServer.Management.Smo