Proprietà DmfException.ProdVer

Gets the version of the product that generated the exception.

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

Sintassi

'Dichiarazione
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilizzo
Dim value As String 

value = DmfException.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 that generated the exception.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

DmfException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf