MDXValue.ToUInt32 메서드

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

네임스페이스:  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
A 32-bit unsigned integer.

참고 항목

참조

MDXValue 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스