Konwersja MDXValue Explicit (MDXValue to Int32)
Konwertuje jawnie MDXValue obiektu całkowitą podpisany 32-bitowych.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As Integer
'Użycie
Dim input As MDXValue
Dim output As Integer
output = CType(input, Integer)
public static explicit operator int (
MDXValue mpMDXValue
)
static explicit operator int (
MDXValue^ mpMDXValue
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- mpMDXValue
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
MDXValue Obiektu.
Wartość zwracana
Typ: System.Int32
Całkowitą podpisane 32-bitowych.
Zobacz także