Partager via


Méthode MDXValue.ToInt16

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

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

Syntaxe

'Déclaration
Public Function ToInt16 As Short
'Utilisation
Dim instance As MDXValue 
Dim returnValue As Short 

returnValue = instance.ToInt16()
public short ToInt16()
public:
short ToInt16()
member ToInt16 : unit -> int16
public function ToInt16() : short

Valeur de retour

Type : Int16
Entier signé 16 bits.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer