Compartilhar via


Método MDXValue.ToInt32

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Function ToInt32 As Integer
'Uso
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

Valor de retorno

Tipo: System.Int32
A 32-bit signed integer.

Consulte também

Referência

MDXValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer