Partager via


Méthode MDXValue.ToUInt32

Retourne une représentation d'entier non signé 32 bits de l'objet MDXValue.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function ToUInt32 As UInteger
'Utilisation
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

Valeur de retour

Type : UInt32
Entier non signé 32 bits.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer