MDXValue.ToUInt32 Método
Returns a 32-bit unsigned integer representation of the MDXValue object.
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: System.UInt32
A 32-bit unsigned integer.