Compartilhar via


Método MDXValue.ToLevel

Returns a Level representation of the MDXValue object.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Function ToLevel As Level
'Uso
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

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdServer.Level
A level object.

Consulte também

Referência

MDXValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer