Метод ToByte
Returns an 8-bit unsigned integer representation of the MDXValue object.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public Function ToByte As Byte
'Применение
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
Возвращаемое значение
Тип System. . :: . .Byte
An 8-bit unsigned integer.
См. также