ToUInt64 메서드

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

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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.