Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Sub ResetBLOBData ( _
hRow As Integer, _
hCol As Integer _
)
'Usage
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
instance.ResetBLOBData(hRow, hCol)
void ResetBLOBData(
int hRow,
int hCol
)
void ResetBLOBData(
[InAttribute] int hRow,
[InAttribute] int hCol
)
abstract ResetBLOBData :
hRow:int *
hCol:int -> unit
function ResetBLOBData(
hRow : int,
hCol : int
)
Parameters
- hRow
Type: System.Int32
The row handle.
- hCol
Type: System.Int32
The column handle.
Remarks
This method deletes the bytes stored in the column specified by the hCol parameter.