Propriété XEventException.ProdVer

Gets the product version of an XEventException object.

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

Syntaxe

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

value = XEventException.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.

Voir aussi

Référence

XEventException Classe

Espace de noms Microsoft.SqlServer.Management.XEvent