MDXValue.ToChar メソッド

MDXValue オブジェクトの Unicode 文字表現を返します。

名前空間:  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
Unicode 文字です。

関連項目

参照

MDXValue クラス

Microsoft.AnalysisServices.AdomdServer 名前空間