MDXValue.ToLevel Method
Returns a Level representation of the MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function ToLevel As Level
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.Level
A level object.