Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the version of the product that generated the exception.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Shared ReadOnly Property ProdVer As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies the product version that generated the exception.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.