Partager via


Conversion Explicit (UInt64 to MDXValue)

Explicitly converts a 64-bit unsigned integer 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 ULong _
) As MDXValue
'Utilisation
Dim input As ULong
Dim output As MDXValue

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    ulong parameter
)
static explicit operator MDXValue^ (
    unsigned long long parameter
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres