GetData メソッド
指定したバイト数を IDTSBLOBObject100 オブジェクトから取得します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub GetData ( _
dwOffset As UInteger, _
ByRef lpPointer As Byte, _
dwLength As UInteger, _
<OutAttribute> ByRef lpdwWritten As UInteger _
)
'使用
Dim instance As IDTSBLOBObject100
Dim dwOffset As UInteger
Dim lpPointer As Byte
Dim dwLength As UInteger
Dim lpdwWritten As UInteger
instance.GetData(dwOffset, lpPointer, _
dwLength, lpdwWritten)
void GetData(
uint dwOffset,
ref byte lpPointer,
uint dwLength,
out uint lpdwWritten
)
void GetData(
[InAttribute] unsigned int dwOffset,
[InAttribute] unsigned char% lpPointer,
[InAttribute] unsigned int dwLength,
[OutAttribute] unsigned int% lpdwWritten
)
abstract GetData :
dwOffset:uint32 *
lpPointer:byte byref *
dwLength:uint32 *
lpdwWritten:uint32 byref -> unit
function GetData(
dwOffset : uint,
lpPointer : byte,
dwLength : uint,
lpdwWritten : uint
)
パラメーター
- dwOffset
型: System. . :: . .UInt32
バイトの取得を開始する場所です。
- lpPointer
型: System. . :: . .Byte%
IDTSBLOBObject100 によって返されたバイトを指すポインタです。
- dwLength
型: System. . :: . .UInt32
取得するバイト数です。
- lpdwWritten
型: System. . :: . .UInt32%
lpPointer パラメータに書き込まれたバイト数を示す out パラメータです。