ToUInt32 메서드

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

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

구문

‘선언
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
A 32-bit unsigned integer.