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

정의

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

설명

GetBLOBLength 메서드는 DT_IMAGE 같은 BLOB(Binary Large Object) 데이터 형식이 포함된 열의 바이트 수를 결정하는 데 사용됩니다. 이 메서드는 일반적으로 메서드를 호출하기 전에 호출됩니다 GetBLOBData . 세 GetBLOBData 번째 매개 변수는 BLOB에서 검색할 바이트 수입니다. 호출하기 전에 이 메서드를 호출 GetBLOBData 하여 BLOB 열의 모든 바이트를 검색합니다.

적용 대상