Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the contents of the specified BLOB column.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub ResetBlobData ( _
columnIndex As Integer _
)
'Usage
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
)
Parameters
- columnIndex
Type: System.Int32
The index of the column from which to delete existing BLOB data.