Condividi tramite


Conversione Explicit (MDXValue to UInt32)

Explicitly converts an MDXValue object to a 32-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 UInteger
'Utilizzo
Dim input As MDXValue
Dim output As UInteger

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

Valore restituito

Tipo: System. . :: . .UInt32
A 32-bit unsigned integer.