Partager via


Méthode ToLevel

Returns a Level representation of the MDXValue object.

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

Syntaxe

'Déclaration
Public Function ToLevel As Level
'Utilisation
Dim instance As MDXValue
Dim returnValue As Level

returnValue = instance.ToLevel()
public Level ToLevel()
public:
Level^ ToLevel()
member ToLevel : unit -> Level 
public function ToLevel() : Level