Compartir a través de


XEventException.ProdVer Propiedad

Gets the product version of an XEventException object.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

XEventException Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent