Metoda AdomdDataReader.GetByte
Zwraca bajt zawiera wartości z określonej kolumna.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Function GetByte ( _
i As Integer _
) As Byte
'Użycie
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
Parametry
- i
Typ: System.Int32
Od zera Pozycja porządkowa kolumna, które mają zostać pobrane.
Wartość zwracana
Typ: System.Byte
A bajt zawiera wartość określona kolumna.