Condividi tramite


Metodo ToLevel

Returns a Level representation of the MDXValue object.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function ToLevel As Level
'Utilizzo
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