次の方法で共有


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

パラメーター

戻り値

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

実装

IDataRecord. . :: . .GetByte(Int32)