Méthode MDXValue.ToByte
Retourne une représentation d'entier non signé 8 bits de l'objet MDXValue.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function ToByte As Byte
'Utilisation
Dim instance As MDXValue
Dim returnValue As Byte
returnValue = instance.ToByte()
public byte ToByte()
public:
unsigned char ToByte()
member ToByte : unit -> byte
public function ToByte() : byte
Valeur de retour
Type : Byte
Entier non signé 8 bits.