Compartilhar via


Propriedade do RDL DmfException.ProdVer

Gets the version of the product that generated the exception.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Uso
Dim value As String 

value = DmfException.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
A String value that specifies the product version that generated the exception.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

DmfException Classe

Namespace Microsoft.SqlServer.Management.Dmf