Compartir a través de


MDXValue.ToUInt32 Método

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

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

Sintaxis

'Declaración
Public Function ToUInt32 As UInteger
'Uso
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

Valor devuelto

Tipo: UInt32
Entero de 32 bits sin signo.

Vea también

Referencia

MDXValue Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer