Metoda TraceReader.GetByte
Zwraca Byte wartość z rekordu w pozycji określonej kolumna.
Przestrzeń nazw: Microsoft.SqlServer.Management.Trace
Zestaw: Microsoft.SqlServer.ConnectionInfoExtended (w Microsoft.SqlServer.ConnectionInfoExtended.dll)
Składnia
'Deklaracja
Public Function GetByte ( _
ordinal As Integer _
) As Byte
'Użycie
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Byte
returnValue = instance.GetByte(ordinal)
public byte GetByte(
int ordinal
)
public:
virtual unsigned char GetByte(
int ordinal
) sealed
abstract GetByte :
ordinal:int -> byte
override GetByte :
ordinal:int -> byte
public final function GetByte(
ordinal : int
) : byte
Parametry
- ordinal
Typ: System.Int32
Int32 Wartość, która określa położenie kolumna, w których mają być pobierane wartości.
Wartość zwracana
Typ: System.Byte
Uint8 Wartość, która reprezentuje dane w określonym kolumna pozycji.
Implementacje
Zobacz także