Método MDXValue.ToUInt32
Retorna uma representação de inteiro não assinado de 32 bits do objeto MDXValue.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: UInt32
Um inteiro não assinado de 32 bits.