TraceReader.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
パラメーター
- ordinal
型: System.Int32
値を取得する列の位置を示す Int32 値。
戻り値
型: System.Byte
指定した列の位置にあるデータを表す Uint8 値。
実装
使用例
関連項目
参照
Microsoft.SqlServer.Management.Trace 名前空間