Freigeben über


CollectorException.ProdVer-Eigenschaft

Gets the version of the product.

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

Syntax

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

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

CollectorException Klasse

Microsoft.SqlServer.Management.Collector-Namespace