共用方式為


MDXValue.ToDecimal 方法

Returns a decimal representation of the MDXValue object.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function ToDecimal As Decimal
'用途
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

傳回值

型別:System.Decimal
A decimal.

請參閱

參考

MDXValue 類別

Microsoft.AnalysisServices.AdomdServer 命名空間