This topic has not yet been rated - Rate this topic

IDTSBuffer100.ResetBLOBData Method

Deletes the bytes stored in a column in an IDTSBuffer100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void ResetBLOBData(
	int hRow,
	int hCol
)

Parameters

hRow
Type: System.Int32
The row handle.
hCol
Type: System.Int32
The column handle.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.