Condividi tramite


Proprietà SmoException.ProdVer

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A String value that specifies the product version.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

SmoException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo