Partager via


Méthode MDXValue.ToUInt16

Retourne une représentation d'entier non signé 16 bits de l'objet MDXValue.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function ToUInt16 As UShort
'Utilisation
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

Valeur de retour

Type : UInt16
Entier non signé 16 bits.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer