MDXValue.ToUInt32 方法
返回 MDXValue 对象的 32 位无符号整数表示形式。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Function ToUInt32 As UInteger
用法
Dim instance As MDXValue
Dim returnValue As UInteger
returnValue = instance.ToUInt32()
public uint ToUInt32()
public:
unsigned int ToUInt32()
member ToUInt32 : unit -> uint32
public function ToUInt32() : uint
返回值
类型:UInt32
一个 32 位无符号整数。