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.