Compartilhar via


Propriedade do RDL CollectorException.ProdVer

Gets the version of the product.

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

Sintaxe

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

value = CollectorException.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 contains product version information.

Comentários

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Consulte também

Referência

CollectorException Classe

Namespace Microsoft.SqlServer.Management.Collector