Conversion MDXValue Explicit (Hierarchy to MDXValue)
Explicitly converts a Hierarchy to an MDXValue object.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Shared Narrowing Operator CType ( _
parameter As Hierarchy _
) As MDXValue
'Utilisation
Dim input As Hierarchy
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
Hierarchy parameter
)
static explicit operator MDXValue^ (
Hierarchy^ parameter
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.
Paramètres
- parameter
Type : Microsoft.AnalysisServices.AdomdServer.Hierarchy
A Hierarchy object.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted hierarchy object into a MDX value object.