Condividi tramite


Conversione Explicit (MDXValue to Byte)

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

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As Byte
'Utilizzo
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 supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.

Valore restituito

Tipo: System. . :: . .Byte
An 8-bit unsigned integer.