ToSByte 메서드
Returns an 8-bit signed integer representation of the MDXValue object.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
Public Function ToSByte As SByte
‘사용 방법
Dim instance As MDXValue
Dim returnValue As SByte
returnValue = instance.ToSByte()
public sbyte ToSByte()
public:
signed char ToSByte()
member ToSByte : unit -> sbyte
public function ToSByte() : sbyte
반환 값
형식: System. . :: . .SByte
An 8-bit signed integer.