DmfException.ProdVer Propiedad
Gets the version of the product that generated the exception.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Protected Shared ReadOnly Property ProdVer As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String value that specifies the product version that generated the exception.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.