Partager via


Méthode MDXValue.ToUInt64

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

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

Syntaxe

'Déclaration
Public Function ToUInt64 As ULong
'Utilisation
Dim instance As MDXValue 
Dim returnValue As ULong 

returnValue = instance.ToUInt64()
public ulong ToUInt64()
public:
unsigned long long ToUInt64()
member ToUInt64 : unit -> uint64
public function ToUInt64() : ulong

Valeur de retour

Type : UInt64
Entier non signé 64 bits.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer