共用方式為


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

傳回值

型別:UInt32
32 位元不帶正負號的整數。

請參閱

參考

MDXValue 類別

Microsoft.AnalysisServices.AdomdServer 命名空間