MDXValue.ToUInt64 方法

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

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

语法

声明
Public Function ToUInt64 As ULong
用法
Dim instance As MDXValue 
Dim returnValue As ULong 

returnValue = instance.ToUInt64()
public ulong ToUInt64()
public:
unsigned long long ToUInt64()
member ToUInt64 : unit -> uint64
public function ToUInt64() : ulong

返回值

类型:System.UInt64
A 64-bit unsigned integer.

请参阅

参考

MDXValue 类

Microsoft.AnalysisServices.AdomdServer 命名空间