Udostępnij przez


Konwersja MDXValue Explicit (MDXValue to String)

Konwertuje jawnie MDXValue obiektu, aby ciąg.

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

Składnia

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

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

Parametry

Wartość zwracana

Typ: System.String
A ciąg.