MDXValue.ToDecimal メソッド

MDXValue オブジェクトの decimal 表現を返します。

名前空間:  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
decimal です。

関連項目

参照

MDXValue クラス

Microsoft.AnalysisServices.AdomdServer 名前空間