MDXValue Explicit 转换 (Char to MDXValue)

显式将一个 Unicode 字符值转换为一个 MDXValue 对象。

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

语法

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

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

参数

  • parameter
    类型:Char
    一个 Unicode 字符

返回值

类型:Microsoft.AnalysisServices.AdomdServer.MDXValue
针对 MDX 值对象的已转换 Unicode 字符。

请参阅

参考

MDXValue 类

Explicit 重载

Microsoft.AnalysisServices.AdomdServer 命名空间