Explicit 转换 (MDXValue to UInt64)

Explicitly converts an MDXValue object to a 64-bit unsigned integer.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As ULong
用法
Dim input As MDXValue
Dim output As ULong

output = CType(input, ULong)
public static explicit operator ulong (
    MDXValue mpMDXValue
)
static explicit operator unsigned long long (
    MDXValue^ mpMDXValue
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。

返回值

类型:System. . :: . .UInt64
A 64-bit unsigned integer.