Método ToChar
Returns a Unicode character representation of the MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Function ToChar As Char
'Uso
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
Valor de retorno
Tipo: System. . :: . .Char
A Unicode character.
Consulte também