Conversion MDXValue Explicit (Char to MDXValue)
Convertit explicitement une valeur de caractère Unicode en objet MDXValue.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Shared Narrowing Operator CType ( _
parameter As Char _
) As MDXValue
'Utilisation
Dim input As Char
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
char parameter
)
static explicit operator MDXValue^ (
wchar_t parameter
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.
Paramètres
- parameter
Type : Char
Caractère Unicode.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
Caractère Unicode converti dans un objet de valeur MDX.