다음을 통해 공유


ResetBlobData 메서드

Deletes the contents of the specified BLOB column.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost

구문

‘선언
Public Sub ResetBlobData ( _
    columnIndex As Integer _
)
‘사용 방법
Dim instance As PipelineBuffer
Dim columnIndex As Integer

instance.ResetBlobData(columnIndex)
public void ResetBlobData(
    int columnIndex
)
public:
void ResetBlobData(
    int columnIndex
)
member ResetBlobData : 
        columnIndex:int -> unit 
public function ResetBlobData(
    columnIndex : int
)

매개 변수

  • columnIndex
    형식: System. . :: . .Int32
    The index of the column from which to delete existing BLOB data.