Compartilhar via


Método MDXValue.ToUInt64

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Function ToUInt64 As ULong
'Uso
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

Valor de retorno

Tipo: System.UInt64
A 64-bit unsigned integer.

Consulte também

Referência

MDXValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer