ToInt64 方法

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

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
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.