この 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
パラメーター
- i
型: System.Int32
The zero-based column ordinal.
戻り値
型: System.Byte
The value of the specified column.