Compartilhar via


Método MDXValue.ToDecimal

Returns a decimal representation of the MDXValue object.

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

Sintaxe

'Declaração
Public Function ToDecimal As Decimal
'Uso
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

Valor de retorno

Tipo: System.Decimal
A decimal.

Consulte também

Referência

MDXValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer