Partager via


Conversion Implicit (Int64 to MDXValue)

Implicitly converts a 64-bit signed integer to an MDXValue object.

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

Syntaxe

'Déclaration
Public Shared Widening Operator CType ( _
    parameter As Long _
) As MDXValue
'Utilisation
Dim input As Long
Dim output As MDXValue

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

Paramètres