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