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

戻り値

型: System.UInt16
16 ビット符号なし整数です。

関連項目

参照

MDXValue クラス

Microsoft.AnalysisServices.AdomdServer 名前空間