Udostępnij przez


Konwersja MDXValue Explicit (MDXValue to UInt32)

Konwertuje jawnie MDXValue obiekt, aby liczba całkowita bez znaku 32-bitowych.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As UInteger
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.

Parametry

Wartość zwracana

Typ: System.UInt32
32-Bitową całkowitą bez znaku.