Udostępnij przez


Konwersja MDXValue Explicit (Char to MDXValue)

Jawnie konwertuje wartość znaku Unicode do MDXValue obiektu.

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

Składnia

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

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

Parametry