IDTSBLOBObject100.PutData(UInt32, Byte, UInt32, UInt32) 메서드

정의

특정 위치에 바이트를 추가합니다 IDTSBLOBObject100

public:
 void PutData(System::UInt32 dwOffset, System::Byte % lpPointer, System::UInt32 dwLength, [Runtime::InteropServices::Out] System::UInt32 % lpdwRead);
[System.Runtime.InteropServices.DispId(106)]
public void PutData(uint dwOffset, ref byte lpPointer, uint dwLength, out uint lpdwRead);
[<System.Runtime.InteropServices.DispId(106)>]
abstract member PutData : uint32 * byte * uint32 * uint32 -> unit
Public Sub PutData (dwOffset As UInteger, ByRef lpPointer As Byte, dwLength As UInteger, ByRef lpdwRead As UInteger)

매개 변수

dwOffset
UInt32

바로 바이트 쓰기를 시작할 장소입니다.

lpPointer
Byte

. 에 추가할 IDTSBLOBObject100바이트 데이터에 대한 포인터입니다.

dwLength
UInt32

쓸 바이트 수입니다.

lpdwRead
UInt32

. 에 기록된 바이트 수입니다.IDTSBLOBObject100

특성

설명

이 방법은 지정된 바이트를 저장 IDTSBLOBObject100된 비트 집합 내 특정 위치에 추가합니다.

메서드를 사용해 IStream 이미 객체를 검색한 경우에는 GetStream 호출할 수 없습니다.

적용 대상