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