Condividi tramite


Metodo MDXValue.ToUInt16

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function ToUInt16 As UShort
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

MDXValue Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer