Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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: System.Decimal
A decimal.