次の方法で共有


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
)

パラメーター

説明

このメソッドは、hCol パラメーターで指定した列に格納されているバイトを削除します。

関連項目

参照

IDTSBuffer100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間