AdomdDataReader.GetByte メソッド
指定された列の値を示す Byte を返します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public Function GetByte ( _
i As Integer _
) As Byte
'使用
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As Byte
returnValue = instance.GetByte(i)
public byte GetByte(
int i
)
public:
virtual unsigned char GetByte(
int i
) sealed
abstract GetByte :
i:int -> byte
override GetByte :
i:int -> byte
public final function GetByte(
i : int
) : byte
パラメーター
- i
型: Int32
取得する列の位置を示す 0 から始まる序数です。
戻り値
型: Byte
指定された列の値を示す Byte です。
実装
IDataRecordGetByte(Int32)