Konwersja MDXValue Explicit (UInt16 to MDXValue)
Konwertuje jawnie całkowitą bez znaku 16-bitowe do MDXValue obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Shared Narrowing Operator CType ( _
parameter As UShort _
) As MDXValue
'Użycie
Dim input As UShort
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
ushort parameter
)
static explicit operator MDXValue^ (
unsigned short parameter
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- parameter
Typ: System.UInt16
16-Bitową całkowitą bez znaku.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
An MDXValue.
Zobacz także