共用方式為


IDTSBuffer100.SetBLOBFromStream(Int32, Int32, ISequentialStream) Method

Definition

public:
 void SetBLOBFromStream(int hRow, int hCol, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::ISequentialStream ^ pIStream);
public void SetBLOBFromStream (int hRow, int hCol, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ISequentialStream pIStream);
abstract member SetBLOBFromStream : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ISequentialStream -> unit
Public Sub SetBLOBFromStream (hRow As Integer, hCol As Integer, pIStream As ISequentialStream)

Parameters

hRow
Int32
hCol
Int32

Remarks

This method adds all the data from the provided ISequentialStream object to the column specified by the hCol parameter. If the column contains data, it is reset before the data from the stream is written to the column.

Applies to