Condividi tramite


Conversione MDXValue Explicit (Byte to MDXValue)

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

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

Sintassi

'Dichiarazione
Public Shared Narrowing Operator CType ( _
    parameter As Byte _
) As MDXValue
'Utilizzo
Dim input As Byte 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    byte parameter
)
static explicit operator MDXValue^ (
    unsigned char parameter
)
JScript supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.

Parametri

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

Valore restituito

Tipo: Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted 8-bit unsigned integer into a MDX value object.

Vedere anche

Riferimento

MDXValue Classe

Overload Explicit

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer