Udostępnij przez


Konwersja MDXValue Explicit (MDXValue to Tuple)

Konwertuje jawnie MDXValue obiektu, aby Tuple.

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

Składnia

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

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

Parametry