Udostępnij przez


Konwersja MDXValue Explicit (SByte to MDXValue)

Jawnie konwertuje wartość całkowita 8-bitowa MDXValue obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Shared Narrowing Operator CType ( _
    parameter As SByte _
) As MDXValue
'Użycie
Dim input As SByte
Dim output As MDXValue

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    sbyte parameter
)
static explicit operator MDXValue^ (
    signed char parameter
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.

Parametry

  • parameter
    Typ: System.SByte
    8-Bitowa podpisana liczba całkowita.