Méthode MDXValue.ToInt32
Retourne une représentation d'entier signé 32 bits de l'objet MDXValue.
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 : Int32
Entier signé 32 bits.