Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Unicode character representation of the MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function ToChar As Char
'Usage
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
Return Value
Type: Char
A Unicode character.