次の方法で共有


GetChar メソッド

指定された列の値を表す Char を返します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Function GetChar ( _
    i As Integer _
) As Char
'使用
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As Char

returnValue = instance.GetChar(i)
public char GetChar(
    int i
)
public:
virtual wchar_t GetChar(
    int i
) sealed
abstract GetChar : 
        i:int -> char 
override GetChar : 
        i:int -> char 
public final function GetChar(
    i : int
) : char

パラメーター

戻り値

型: System. . :: . .Char
指定された列の値を示す Char です。

実装

IDataRecord. . :: . .GetChar(Int32)