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 네임스페이스