MDXValue Explicit 轉換 (MDXValue to Byte)

Explicitly converts an MDXValue object to an 8-bit unsigned integer.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As Byte
'用途
Dim input As MDXValue 
Dim output As Byte 

output = CType(input, Byte)
public static explicit operator byte (
    MDXValue mpMDXValue
)
static explicit operator unsigned char (
    MDXValue^ mpMDXValue
)
JScript 支援自訂轉換的使用,但不支援新轉換的宣告。

參數

傳回值

型別:System.Byte
The converted MDX value object into an 8-bit unsigned integer.

請參閱

參考

MDXValue 類別

Explicit 多載

Microsoft.AnalysisServices.AdomdServer 命名空間