MDXValue.ToInt32 方法

返回 MDXValue 对象的 32 位有符号整数表示形式。

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

语法

声明
Public Function ToInt32 As Integer
用法
Dim instance As MDXValue 
Dim returnValue As Integer 

returnValue = instance.ToInt32()
public int ToInt32()
public:
int ToInt32()
member ToInt32 : unit -> int
public function ToInt32() : int

返回值

类型:Int32
一个 32 位有符号整数。

请参阅

参考

MDXValue 类

Microsoft.AnalysisServices.AdomdServer 命名空间