ToInt32 메서드
Returns a 32-bit signed integer representation of the MDXValue object.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Function ToInt32 As Integer
‘사용 방법
Dim instance As MDXValue
Dim returnValue As Integer
returnValue = instance.ToInt32()
public int ToInt32()
public:
int ToInt32()
member ToInt32 : unit -> int
public function ToInt32() : int
반환 값
유형: System. . :: . .Int32
A 32-bit signed integer.