Propriété SfcException.ProdVer

Gets the product version of the instance of SQL Server that generated the SMO exception. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The product version of the instance of SQL Server.

Voir aussi

Référence

SfcException Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc