Partager via


Méthode ToChar

Returns a Unicode character representation of the MDXValue object.

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

Syntaxe

'Déclaration
Public Function ToChar As Char
'Utilisation
Dim instance As MDXValue
Dim returnValue As Char

returnValue = instance.ToChar()
public char ToChar()
public:
wchar_t ToChar()
member ToChar : unit -> char 
public function ToChar() : char

Valeur de retour

Type : System. . :: . .Char
A Unicode character.