Метод 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.