Condividi tramite


Metodo FromInt64

Creates a new MDXValue object from a 64-bit signed integer.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared Function FromInt64 ( _
    parameter As Long _
) As MDXValue
'Utilizzo
Dim parameter As Long
Dim returnValue As MDXValue

returnValue = MDXValue.FromInt64(parameter)
public static MDXValue FromInt64(
    long parameter
)
public:
static MDXValue^ FromInt64(
    long long parameter
)
static member FromInt64 : 
        parameter:int64 -> MDXValue 
public static function FromInt64(
    parameter : long
) : MDXValue

Parametri