Freigeben über


MDXValue.ToUInt32-Methode

Gibt die Darstellung einer 32-Bit-Ganzzahl ohne Vorzeichen des MDXValue-Objekts zurück.

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

Rückgabewert

Typ: UInt32
Eine 32-Bit-Ganzzahl ohne Vorzeichen.

Siehe auch

Verweis

MDXValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace