Metodo MiningValue.GetAsDouble

Returns the value that this MiningValue represents, converted to a double.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetAsDouble As Double
'Utilizzo
Dim instance As MiningValue 
Dim returnValue As Double 

returnValue = instance.GetAsDouble()
public double GetAsDouble()
public:
virtual double GetAsDouble() sealed
abstract GetAsDouble : unit -> float  
override GetAsDouble : unit -> float
public final function GetAsDouble() : double

Valore restituito

Tipo: System.Double
A double that represents the value of this MiningValue.

Vedere anche

Riferimento

MiningValue Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer