Bagikan melalui


IDTSBuffer100.GetBLOBLength(Int32, Int32, UInt32) Metode

Definisi

Mendapatkan jumlah byte yang terkandung dalam kolom dalam 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)

Parameter

hRow
Int32

Handel baris.

hCol
Int32

Gagang kolom dalam baris.

pdwBytes
UInt32

Parameter out yang berisi jumlah byte dalam baris.

Keterangan

Metode GetBLOBLength ini digunakan untuk menentukan jumlah byte dalam kolom yang berisi jenis data objek besar biner (BLOB), seperti DT_IMAGE. Metode ini biasanya dipanggil sebelum panggilan ke GetBLOBData metode . Parameter ketiga ke GetBLOBData adalah jumlah byte yang akan diambil dari BLOB. Anda memanggil metode ini sebelum memanggil GetBLOBData untuk mengambil semua byte dalam kolom BLOB.

Berlaku untuk