BusinessLogicDataReader.GetBytes Method
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)
構文
'宣言
Public Function GetBytes ( _
i As Integer, _
fieldOffset As Long, _
buffer As Byte(), _
bufferoffset As Integer, _
length As Integer _
) As Long
public long GetBytes (
int i,
long fieldOffset,
byte[] buffer,
int bufferoffset,
int length
)
public:
virtual long long GetBytes (
int i,
long long fieldOffset,
array<unsigned char>^ buffer,
int bufferoffset,
int length
) sealed
public final long GetBytes (
int i,
long fieldOffset,
byte[] buffer,
int bufferoffset,
int length
)
public final function GetBytes (
i : int,
fieldOffset : long,
buffer : byte[],
bufferoffset : int,
length : int
) : long
パラメータ
- i
- fieldOffset
- buffer
- bufferoffset
- length
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
BusinessLogicDataReader Class
BusinessLogicDataReader Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace