ToInt64 메서드

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

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

구문

‘선언
Public Function ToInt64 As Long
‘사용 방법
Dim instance As MDXValue
Dim returnValue As Long

returnValue = instance.ToInt64()
public long ToInt64()
public:
long long ToInt64()
member ToInt64 : unit -> int64 
public function ToInt64() : long

반환 값

형식: System. . :: . .Int64
A 64-bit signed integer.