Konwersja MDXValue Implicit (UInt64 to MDXValue)
Niejawnie konwertuje całkowitą bez znaku 64-bitowe do MDXValue obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Shared Widening Operator CType ( _
parameter As ULong _
) As MDXValue
'Użycie
Dim input As ULong
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
ulong parameter
)
static implicit operator MDXValue^ (
unsigned long long parameter
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- parameter
Typ: System.UInt64
64-Bitową całkowitą bez znaku.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
An MDXValue.
Zobacz także