MDXValue.ToByte Método
Returns an 8-bit unsigned integer representation of the MDXValue object.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Byte
An 8-bit unsigned integer.