次の方法で共有


Explicit 変換 (MDXValue to Decimal)

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

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

構文

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

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

パラメーター

戻り値

型: System. . :: . .Decimal
decimal です。