Share via


DataProvider.GetByte メソッド

指定された型を持つ指定された列のデータを返します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function GetByte ( _
    i As Integer _
) As Byte
'使用
Dim instance As DataProvider 
Dim i As Integer 
Dim returnValue As Byte 

returnValue = instance.GetByte(i)
public byte GetByte(
    int i
)
public:
virtual unsigned char GetByte(
    int i
) sealed
abstract GetByte : 
        i:int -> byte  
override GetByte : 
        i:int -> byte
public final function GetByte(
    i : int
) : byte

パラメーター

戻り値

型: System.Byte
指定された列の値をバイトとして表す整数です。

実装

IDataRecord.GetByte(Int32)

関連項目

参照

DataProvider クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間