Explicit 转换 (MDXValue to Tuple)

Explicitly converts an MDXValue object to a Tuple.

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

语法

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

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