IDTSBuffer100.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.

참고 항목

참조

IDTSBuffer100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스