Метод MDXValue.ToSingle

Returns a single-precision floating-point number representation of the MDXValue object.

Пространство имен:  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
A single-precision floating-point number.

См. также

Справочник

MDXValue Класс

Пространство имен Microsoft.AnalysisServices.AdomdServer