Partager via


Propriété CollectorException.ProdVer

Gets the version of the product.

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String value that contains product version information.

Notes

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

Voir aussi

Référence

CollectorException Classe

Espace de noms Microsoft.SqlServer.Management.Collector