ResetBLOBData 方法
Deletes the bytes stored in a column in an IDTSBuffer100.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Sub ResetBLOBData ( _
hRow As Integer, _
hCol As Integer _
)
'用途
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
)
備註
This method deletes the bytes stored in the column specified by the hCol parameter.