IDTSBuffer100.ResetBLOBData メソッド
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
行ハンドルです。
- hCol
型: System.Int32
列ハンドルです。
説明
このメソッドは、hCol パラメーターで指定した列に格納されているバイトを削除します。