共用方式為


MiningValue.GetAsDouble 方法

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function GetAsDouble As Double
'用途
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

傳回值

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

請參閱

參考

MiningValue 類別

Microsoft.AnalysisServices.AdomdServer 命名空間