Partager via


Conversion Explicit (Tuple to MDXValue)

Explicitly converts a Tuple 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 Tuple _
) As MDXValue
'Utilisation
Dim input As Tuple
Dim output As MDXValue

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