Freigeben über


SfcException.ProdVer-Eigenschaft

Gets the product version of the instance of SQL Server that generated the SMO exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

value = SfcException.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
The product version of the instance of SQL Server.

Siehe auch

Verweis

SfcException Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace