Conversione Explicit (Double to MDXValue)
Explicitly converts a double-precision floating-point number 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 Double _
) As MDXValue
'Utilizzo
Dim input As Double
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
double parameter
)
static explicit operator MDXValue^ (
double parameter
)
JScript supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- parameter
Tipo: System. . :: . .Double
A double-precision floating-point number.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue.