Partager via


Conversion MDXValue Explicit (Double to MDXValue)

Explicitly converts a double-precision floating-point number value to an MDXValue object.

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

Syntaxe

'Déclaration
Public Shared Narrowing Operator CType ( _
    parameter As Double _
) As MDXValue
'Utilisation
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 prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres

  • parameter
    Type : System.Double
    A double-precision floating-point number.

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted double-precision floating-point number into a MDX value object.

Voir aussi

Référence

MDXValue Classe

Surcharge Explicit

Espace de noms Microsoft.AnalysisServices.AdomdServer