Метод 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
)
Параметры
- hRow
Тип System. . :: . .Int32
The row handle.
- hCol
Тип System. . :: . .Int32
The column handle.
Замечания
This method deletes the bytes stored in the column specified by the hCol parameter.