언어

IDTSBuffer100.GetBLOBLength(Int32, Int32, UInt32) 메서드

정의

. 열에 IDTSBuffer100포함된 바이트 수를 얻습니다.

public:
 void GetBLOBLength(int hRow, int hCol, [Runtime::InteropServices::Out] System::UInt32 % pdwBytes);
public void GetBLOBLength(int hRow, int hCol, out uint pdwBytes);
abstract member GetBLOBLength : int * int * uint32 -> unit
Public Sub GetBLOBLength (hRow As Integer, hCol As Integer, ByRef pdwBytes As UInteger)

매개 변수

hRow
Int32

그 손잡이.

hCol
Int32

행 내 열의 핸들.

pdwBytes
UInt32

out 행의 바이트 수를 포함하는 매개변수입니다.

설명

GetBLOBLength 방법은 이진 대형 객체(BLOB) 데이터 타입을 포함하는 열의 바이트 수를 결정하는 데 사용됩니다.DT_IMAGE 이 메서드는 보통 메서드 호출 GetBLOBData 전에 호출됩니다. 세 GetBLOBData 번째 매개변수는 BLOB에서 가져와야 할 바이트 수입니다. 이 메서드를 호출하기 전에 GetBLOBData BLOB 열의 모든 바이트를 불러옵니다.

적용 대상