Compartilhar via


Método MDXValue.ToUInt16

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

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

Sintaxe

'Declaração
Public Function ToUInt16 As UShort
'Uso
Dim instance As MDXValue 
Dim returnValue As UShort 

returnValue = instance.ToUInt16()
public ushort ToUInt16()
public:
unsigned short ToUInt16()
member ToUInt16 : unit -> uint16
public function ToUInt16() : ushort

Valor de retorno

Tipo: System.UInt16
A 16-bit unsigned integer.

Consulte também

Referência

MDXValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer