MDXValue Explicit 转换 (MDXValue to UInt16)

显式将一个 MDXValue 对象转换为一个 16 位无符号整数。

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

语法

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

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

参数

返回值

类型:UInt16
针对 16 位无符号整数的已转换 MDX 值对象。

请参阅

参考

MDXValue 类

Explicit 重载

Microsoft.AnalysisServices.AdomdServer 命名空间