Método MDXValue.ToByte
Returns an 8-bit unsigned integer representation of the MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Function ToByte As Byte
'Uso
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
Valor de retorno
Tipo: System.Byte
An 8-bit unsigned integer.