DbDataRecord.GetBytes メソッド
アセンブリ: System.Data (system.data.dll 内)

Public Function GetBytes ( _ i As Integer, _ dataIndex As Long, _ buffer As Byte(), _ bufferIndex As Integer, _ length As Integer _ ) As Long
Dim instance As DbDataRecord Dim i As Integer Dim dataIndex As Long Dim buffer As Byte() Dim bufferIndex As Integer Dim length As Integer Dim returnValue As Long returnValue = instance.GetBytes(i, dataIndex, buffer, bufferIndex, length)
public: virtual long long GetBytes ( int i, long long dataIndex, array<unsigned char>^ buffer, int bufferIndex, int length ) sealed
public final function GetBytes ( i : int, dataIndex : long, buffer : byte[], bufferIndex : int, length : int ) : long
- i
列の序数。
指定した列の値。


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDbDataRecord.GetBytes メソッドを検索する場合は、下記のリンクをクリックしてください。

- DbDataRecord.GetBytes メソッドのページへのリンク