ToInt16 메서드

Returns a 16-bit signed integer representation of the MDXValue object.

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

구문

‘선언
Public Function ToInt16 As Short
‘사용 방법
Dim instance As MDXValue
Dim returnValue As Short

returnValue = instance.ToInt16()
public short ToInt16()
public:
short ToInt16()
member ToInt16 : unit -> int16 
public function ToInt16() : short

반환 값

형식: System. . :: . .Int16
A 16-bit signed integer.