Поделиться через


Метод GetByte

Returns a Byte value from the record at the specified column position.

Пространство имен:  Microsoft.SqlServer.Management.Trace
Сборка:  Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)

Синтаксис

'Декларация
Public Function GetByte ( _
    ordinal As Integer _
) As Byte
'Применение
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

Параметры

Возвращаемое значение

Тип: System. . :: . .Byte
An Uint8 value that represents the data at the specified column position.

Реализует

IDataRecord. . :: . .GetByte(Int32)

Примеры

Readme_Tracer