Compartir a través de


CollectorException.ProdVer Propiedad

Gets the version of the product.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

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

Vea también

Referencia

CollectorException Clase

Espacio de nombres Microsoft.SqlServer.Management.Collector