MDXValue.ToByte 方法
返回 MDXValue 对象的 8 位无符号整数表示形式。
命名空间: 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
返回值
类型:Byte
一个 8 位无符号整数。