Conversion MDXValue Explicit (MDXValue to Single)
Convertit explicitement un objet MDXValue en nombre à virgule flottante simple précision.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As Single
'Utilisation
Dim input As MDXValue
Dim output As Single
output = CType(input, Single)
public static explicit operator float (
MDXValue mpMDXValue
)
static explicit operator float (
MDXValue^ mpMDXValue
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.
Paramètres
- mpMDXValue
Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
Objet MDXValue.
Valeur de retour
Type : Single
Objet de valeur MDX converti en numéro à virgule flottante simple précision.