Compartir a través de


MDXValue.ToUInt64 Método

Devuelve una representación de entero de 64 bits sin signo del objeto MDXValue.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: UInt64
Entero de 64 bits sin signo.

Vea también

Referencia

MDXValue Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer