Freigeben über


MDXValue.ToUInt16-Methode

Gibt die Darstellung einer 16-Bit-Ganzzahl ohne Vorzeichen des MDXValue-Objekts zurück.

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

Syntax

'Declaration
Public Function ToUInt16 As UShort
'Usage
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

Rückgabewert

Typ: UInt16
Eine 16-Bit-Ganzzahl ohne Vorzeichen.

Siehe auch

Verweis

MDXValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace