FromDecimal 메서드
Creates a new MDXValue object from a decimal.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Shared Function FromDecimal ( _
parameter As Decimal _
) As MDXValue
‘사용 방법
Dim parameter As Decimal
Dim returnValue As MDXValue
returnValue = MDXValue.FromDecimal(parameter)
public static MDXValue FromDecimal(
decimal parameter
)
public:
static MDXValue^ FromDecimal(
Decimal parameter
)
static member FromDecimal :
parameter:decimal -> MDXValue
public static function FromDecimal(
parameter : decimal
) : MDXValue
매개 변수
- parameter
유형: System. . :: . .Decimal
A decimal value.