MDXValue.ToUInt16 方法

返回 MDXValue 对象的 16 位无符号整数表示形式。

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

语法

声明
Public Function ToUInt16 As UShort
用法
Dim instance As MDXValue 
Dim returnValue As UShort 

returnValue = instance.ToUInt16()
public ushort ToUInt16()
public:
unsigned short ToUInt16()
member ToUInt16 : unit -> uint16
public function ToUInt16() : ushort

返回值

类型:UInt16
一个 16 位无符号整数。

请参阅

参考

MDXValue 类

Microsoft.AnalysisServices.AdomdServer 命名空间