Partager via


Conversion Explicit (MDXValue to Level)

Explicitly converts an MDXValue object to a Level.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As Level
'Utilisation
Dim input As MDXValue
Dim output As Level

output = CType(input, Level)
public static explicit operator Level (
    MDXValue mpMDXValue
)
static explicit operator Level^ (
    MDXValue^ mpMDXValue
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres