MDXValue Explicit 转换 (UInt16 to MDXValue)

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

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

语法

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

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

参数

返回值

类型:Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted 16-bit unsigned integer into a MDX value object.

请参阅

参考

MDXValue 类

Explicit 重载

Microsoft.AnalysisServices.AdomdServer 命名空间