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