Partager via


Méthode MDXValue.ToUInt64

Returns a 64-bit unsigned integer representation of the MDXValue object.

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 : System.UInt64
A 64-bit unsigned integer.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer