MDXValue Implicit 変換 (Decimal to MDXValue)

decimal を暗黙的に MDXValue オブジェクトに変換します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Shared Widening Operator CType ( _
    parameter As Decimal _
) As MDXValue
'使用
Dim input As Decimal 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static implicit operator MDXValue (
    decimal parameter
)
static implicit operator MDXValue^ (
    Decimal parameter
)
JScript はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.AnalysisServices.AdomdServer.MDXValue
MDX 値オブジェクトに変換された decimal オブジェクトです。

関連項目

参照

MDXValue クラス

Implicit オーバーロード

Microsoft.AnalysisServices.AdomdServer 名前空間