Udostępnij za pośrednictwem


Metoda BusinessLogicDataReader.GetByte

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Function GetByte ( _
    i As Integer _
) As Byte
'Użycie
Dim instance As BusinessLogicDataReader
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

Wartość zwracana

Typ: System.Byte

Implementacje

IDataRecord.GetByte(Int32)