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

返回值

类型:Single
一个单精度浮点数。

请参阅

参考

MDXValue 类

Microsoft.AnalysisServices.AdomdServer 命名空间