次の方法で共有


BusinessLogicDataReader.GetByte メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Gets the value of the specified column as a byte.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Function GetByte ( _
    i As Integer _
) As Byte
'使用
Dim instance As BusinessLogicDataReader 
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
The value of the specified column.

実装

IDataRecord.GetByte(Int32)

関連項目

参照

BusinessLogicDataReader クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間