Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.