ToUInt16 方法

Returns a 16-bit unsigned integer representation of the MDXValue object.

命名空间:  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

返回值

类型:System. . :: . .UInt16
A 16-bit unsigned integer.