Partager via


Conversion MDXValue Explicit (Int64 to MDXValue)

Convertit explicitement une valeur d'entier signé 64 bits en objet MDXValue.

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

Syntaxe

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

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    long parameter
)
static explicit 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

  • parameter
    Type : Int64
    Entier signé 64 bits.

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
Entier signé 64 bits converti en objet de valeur MDX.

Voir aussi

Référence

MDXValue Classe

Surcharge Explicit

Espace de noms Microsoft.AnalysisServices.AdomdServer