Freigeben über


UtilityException.ProdVer-Eigenschaft

Gets the product version of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Usage
Dim value As String 

value = UtilityException.ProdVer
protected static string ProdVer { get; }
protected:
static property String^ ProdVer {
    String^ get ();
}
static member ProdVer : string
static function get ProdVer () : String

Eigenschaftswert

Typ: System.String
A String value that specifies the product version.

Siehe auch

Verweis

UtilityException Klasse

Microsoft.SqlServer.Management.Utility-Namespace