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) 데이터 타입을 포함하는 열의 바이트 수를 결정하는 데 사용됩니다. 이 메서드는 일반적으로 GetBLOBData 메서드를 호출하기 전에 호출됩니다. GetBLOBData의 세 번째 매개변수는 BLOB에서 가져와야 할 바이트 수입니다. 이 메서드를 호출하기 전에 GetBLOBData를 호출해 BLOB 열의 모든 바이트를 가져오는 것입니다.

적용 대상