MDXValue.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.

참고 항목

참조

MDXValue 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스