Freigeben über


MDXValue.ToInt64-Methode

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

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

Syntax

'Declaration
Public Function ToInt64 As Long
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

MDXValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace