MDXValue.FromDecimal Method
Creates a new MDXValue object from a decimal.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
'Декларация
Public Shared Function FromDecimal ( _
parameter As Decimal _
) As MDXValue
public static MDXValue FromDecimal (
decimal parameter
)
public:
static MDXValue^ FromDecimal (
Decimal parameter
)
public static MDXValue FromDecimal (
Decimal parameter
)
public static function FromDecimal (
parameter : decimal
) : MDXValue
- parameter
A decimal value.
An MDXValue.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
MDXValue Class
MDXValue Members
Microsoft.AnalysisServices.AdomdServer Namespace