Partager via


Méthode ToInt32

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function ToInt32 As Integer
'Utilisation
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

Valeur de retour

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