MDXValue.ToChar-Methode
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
Rückgabewert
Typ: System.Char
A Unicode character.