MDXValue.ToDecimal Method

Returns a decimal representation of the MDXValue object.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function ToDecimal As Decimal
'Usage
Dim instance As MDXValue 
Dim returnValue As Decimal 

returnValue = instance.ToDecimal()
public decimal ToDecimal()
public:
Decimal ToDecimal()
member ToDecimal : unit -> decimal
public function ToDecimal() : decimal

Return Value

Type: Decimal
A decimal.

See Also

Reference

MDXValue Class

Microsoft.AnalysisServices.AdomdServer Namespace