Udostępnij przez


Konwersja MDXValue Explicit (String to MDXValue)

Konwertuje jawnie ciąg do MDXValue obiektu.

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

Składnia

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

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

Parametry