Bagikan melalui


IDTSBuffer100.GetBLOBObject(Int32, Int32) Metode

Definisi

IDTSBLOBObject100 Mendapatkan yang digunakan untuk membaca dan menulis byte dalam kolom di IDTSBuffer100.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject (int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100

Parameter

hRow
Int32

Handel baris.

hCol
Int32

Handel kolom.

Mengembalikan

Sebuah objekIDTSBLOBObject100.

Keterangan

Objek IDTSBLOBObject100 dapat digunakan untuk memanipulasi data dalam kolom objek besar biner (BLOB).

Berlaku untuk