IDTSBuffer100.ResetBLOBData(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.