共用方式為


ToUInt64 方法

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function ToUInt64 As ULong
'用途
Dim instance As MDXValue
Dim returnValue As ULong

returnValue = instance.ToUInt64()
public ulong ToUInt64()
public:
unsigned long long ToUInt64()
member ToUInt64 : unit -> uint64 
public function ToUInt64() : ulong

傳回值

型別:System. . :: . .UInt64
A 64-bit unsigned integer.