DacException.ProdVer Property
Gets the product version.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Protected Shared ReadOnly Property ProdVer As String
Get
'Usage
Dim value As String
value = DacException.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 specifying the product version.