Freigeben über


MDXValue.ToByte-Methode

Returns an 8-bit unsigned integer representation of the MDXValue object.

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

Syntax

'Declaration
Public Function ToByte As Byte
'Usage
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

Rückgabewert

Typ: System.Byte
An 8-bit unsigned integer.

Siehe auch

Verweis

MDXValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace