IDTSBuffer100.ResetBLOBData(Int32, Int32) Method

Definition

Deletes the bytes stored in a column in an IDTSBuffer100.

public:
 void ResetBLOBData(int hRow, int hCol);
public void ResetBLOBData (int hRow, int hCol);
abstract member ResetBLOBData : int * int -> unit
Public Sub ResetBLOBData (hRow As Integer, hCol As Integer)

Parameters

hRow
Int32

The row handle.

hCol
Int32

The column handle.

Remarks

This method deletes the bytes stored in the column specified by the hCol parameter.

Applies to