Condividi tramite


Conversione MDXValue 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.

Parametri

Valore restituito

Tipo: System.UInt32
The converted MDX value object into a 32-bit unsigned integer.

Vedere anche

Riferimento

MDXValue Classe

Overload Explicit

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer