SqlCeUpdatableRecord.GetBytes Method
指定したフィールドの指定した位置を開始位置として、連続するバイトをバッファにコピーします。
名前空間: System.Data.SqlServerCe
アセンブリ: System.Data.SqlServerCe (system.data.sqlserverce.dll 内)
構文
'宣言
Public Function GetBytes ( _
ordinal As Integer, _
dataIndex As Long, _
buffer As Byte(), _
bufferIndex As Integer, _
length As Integer _
) As Long
public long GetBytes (
int ordinal,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length
)
public:
virtual long long GetBytes (
int ordinal,
long long dataIndex,
array<unsigned char>^ buffer,
int bufferIndex,
int length
) sealed
public final long GetBytes (
int ordinal,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length
)
public final function GetBytes (
ordinal : int,
dataIndex : long,
buffer : byte[],
bufferIndex : int,
length : int
) : long
パラメータ
- ordinal
データの取得元となる列の序数位置。
- dataIndex
データ コピーの開始位置となるフィールド内のオフセット (バイト単位)。
- buffer
データのコピー先のバッファ。
- bufferIndex
コピーの開始位置となるバッファ内のオフセット。
- length
コピーする最大バイト数。
スレッド セーフ
この型の public static (Visual Basic では Shared ) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Mobile 5.0、Windows XP Professional with Service Pack 2 (SP2)、Windows Server 2003、Windows Mobile 2003 for Pocket PC、Windows CE 5.0
バージョン情報
.NET Framework および .NET Compact Framework
3.5 でサポート
.NET Framework
3.0 でサポート
.NET Compact Framework および .Net Framework
2.0 でサポート
参照
リファレンス
SqlCeUpdatableRecord Class
SqlCeUpdatableRecord Members
System.Data.SqlServerCe Namespace