MDXValue.ToLevel Método
Returns a Level representation of the MDXValue object.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.Level
A level object.