MDXValue.ToSingle メソッド

MDXValue オブジェクトの単精度浮動小数点表現を返します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Function ToSingle As Single
'使用
Dim instance As MDXValue 
Dim returnValue As Single 

returnValue = instance.ToSingle()
public float ToSingle()
public:
float ToSingle()
member ToSingle : unit -> float32
public function ToSingle() : float

戻り値

型: System.Single
単精度浮動小数点値です。

関連項目

参照

MDXValue クラス

Microsoft.AnalysisServices.AdomdServer 名前空間