MDXValue.ToChar Method

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.

See Also

Reference

MDXValue Class

Microsoft.AnalysisServices.AdomdServer Namespace