Condividi tramite


Metodo MDXValue.ToUInt32

Restituisce una rappresentazione di un intero senza segno a 32 bit dell'oggetto MDXValue.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function ToUInt32 As UInteger
'Utilizzo
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

Valore restituito

Tipo: UInt32
Intero senza segno a 32 bit.

Vedere anche

Riferimento

MDXValue Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer