Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.