ToChar 方法
Returns a Unicode character representation of the MDXValue object.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Function ToChar As Char
'用途
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
傳回值
型別:System. . :: . .Char
A Unicode character.