Explicit 转换 (SByte to MDXValue)
Explicitly converts an 8-bit signed integer value to an MDXValue object.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Shared Narrowing Operator CType ( _
parameter As SByte _
) As MDXValue
用法
Dim input As SByte
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
sbyte parameter
)
static explicit operator MDXValue^ (
signed char parameter
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。
参数
- parameter
类型:System. . :: . .SByte
An 8-bit signed integer.