GetByte メソッド

指定した列の位置にあるレコードから Byte 値を返します。

名前空間:  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
指定した列の位置にあるデータを表す Uint8 値。

実装

IDataRecord. . :: . .GetByte(Int32)

使用例

Readme_Tracer