다음을 통해 공유


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)