ToByte 메서드

Returns an 8-bit unsigned integer representation of the MDXValue object.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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.