共用方式為


ToInt32 方法

Returns a 32-bit signed integer representation of the MDXValue object.

命名空間:  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

傳回值

型別:System. . :: . .Int32
A 32-bit signed integer.