Compartilhar via


Propriedade do RDL SfcException.ProdVer

Gets the product version of the instance of SQL Server that generated the SMO exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SfcException Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc