MDXValue.ToUInt32 Method
Returns a 32-bit unsigned integer representation of the MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function ToUInt32 As UInteger
'Usage
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
Return Value
Type: System.UInt32
A 32-bit unsigned integer.