MDXValue.ToUInt32 メソッド

MDXValue オブジェクトの 32 ビット符号なし整数表現を返します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Function ToUInt32 As UInteger
'使用
Dim instance As MDXValue 
Dim returnValue As UInteger 

returnValue = instance.ToUInt32()
public uint ToUInt32()
public:
unsigned int ToUInt32()
member ToUInt32 : unit -> uint32
public function ToUInt32() : uint

戻り値

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

関連項目

参照

MDXValue クラス

Microsoft.AnalysisServices.AdomdServer 名前空間