SfcException.ProdVer Propiedad
Gets the product version of the instance of SQL Server that generated the SMO exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Shared ReadOnly Property ProdVer As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
The product version of the instance of SQL Server.