Conversione Explicit (Int64 to MDXValue)
Explicitly converts a 64-bit signed integer value to an MDXValue object.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Shared Narrowing Operator CType ( _
parameter As Long _
) As MDXValue
'Utilizzo
Dim input As Long
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
long parameter
)
static explicit operator MDXValue^ (
long long parameter
)
JScript supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- parameter
Tipo: System. . :: . .Int64
A 64-bit signed integer.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.