Proprietà SfcException.ProdVer

Gets the product version of the instance of SQL Server that generated the SMO exception. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SfcException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc