ToLevel 方法

Returns a Level representation of the MDXValue object.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Function ToLevel As Level
用法
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