Proprietà ProdVer
Ottiene la versione del prodotto.
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
Valore String che contiene informazioni sulla versione del prodotto.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche