Méthode ToByte
Returns an 8-bit unsigned integer representation of the MDXValue object.
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 : System. . :: . .Byte
An 8-bit unsigned integer.