PipelineBuffer.ResetBlobData(Int32) 方法

定义

删除指定 BLOB 列的内容。

public:
 void ResetBlobData(int columnIndex);
public void ResetBlobData (int columnIndex);
member this.ResetBlobData : int -> unit
Public Sub ResetBlobData (columnIndex As Integer)

参数

columnIndex
Int32

从中删除现有 BLOB 数据的列的索引。

适用于