MDXValue.FromDecimal Method

Creates a new MDXValue object from a decimal.

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

Syntax

'Declaration
Public Shared Function FromDecimal ( _
    parameter As Decimal _
) As MDXValue
'Usage
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

Parameters

  • parameter
    Type: Decimal
    A decimal value.

Return Value

Type: Microsoft.AnalysisServices.AdomdServer.MDXValue
A new object from a decimal.

See Also

Reference

MDXValue Class

Microsoft.AnalysisServices.AdomdServer Namespace