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