Konwersja MDXValue Implicit (Int16 to MDXValue)
Niejawnie konwertuje 16-bitowa podpisana liczba całkowita do MDXValue obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Shared Widening Operator CType ( _
parameter As Short _
) As MDXValue
'Użycie
Dim input As Short
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
short parameter
)
static implicit operator MDXValue^ (
short parameter
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- parameter
Typ: System.Int16
Całkowitą podpisane 16-bitowych.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AdomdServer.MDXValue
An MDXValue.
Zobacz także