Metodo ToChar
Returns a Unicode character representation of the MDXValue object.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function ToChar As Char
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .Char
A Unicode character.
Vedere anche