Proprietà CollectorException.ProdVer

Gets the version of the product.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Protected Shared ReadOnly Property ProdVer As String 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

CollectorException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector