MDXValue Explicit 转换 (MDXValue to Int64)

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

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

语法

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

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

参数

返回值

类型:System.Int64
The converted MDX value object into a 64-bit signed integer.

请参阅

参考

MDXValue 类

Explicit 重载

Microsoft.AnalysisServices.AdomdServer 命名空间