MDXValue Implicit 转换 (Tuple to MDXValue)
将一个 Tuple 隐式转换为一个 MDXValue 对象。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Shared Widening Operator CType ( _
parameter As Tuple _
) As MDXValue
用法
Dim input As Tuple
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
Tuple parameter
)
static implicit operator MDXValue^ (
Tuple^ parameter
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。
参数
- parameter
类型:Microsoft.AnalysisServices.AdomdServer.Tuple
一个 Tuple 对象。
返回值
类型:Microsoft.AnalysisServices.AdomdServer.MDXValue
针对 MDX 值对象的已转换元组对象。