Metoda GetByte
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Function GetByte ( _
i As Integer _
) As Byte
'Użycie
Dim instance As DataProvider
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
Parameters
- i
Typ: System. . :: . .Int32
Numer porządkowy kolumna od zera.
Wartość zwracana
Typ: System. . :: . .Byte
Liczba całkowita, która reprezentuje wartość kolumna określone jako bajt.