Metodo ToByte
Returns an 8-bit unsigned integer representation of the MDXValue object.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function ToByte As Byte
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .Byte
An 8-bit unsigned integer.