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
パラメーター
- i
型: System. . :: . .Int32
取得する列の位置を示す 0 から始まる序数です。
戻り値
型: System. . :: . .Char
指定された列の値を示す Char です。