MDXValue.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.

참고 항목

참조

MDXValue 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스