MDXValue.ToUInt64 方法
返回 MDXValue 对象的 64 位无符号整数表示形式。
命名空间: 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
返回值
类型:UInt64
一个 64 位无符号整数。