Partager via


Méthode MDXValue.ToInt64

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

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

Syntaxe

'Déclaration
Public Function ToInt64 As Long
'Utilisation
Dim instance As MDXValue 
Dim returnValue As Long 

returnValue = instance.ToInt64()
public long ToInt64()
public:
long long ToInt64()
member ToInt64 : unit -> int64
public function ToInt64() : long

Valeur de retour

Type : System.Int64
A 64-bit signed integer.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer