IDTSBuffer100.GetBLOBStream(Int32, Int32) Método

Definición

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IStream ^ GetBLOBStream(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IStream GetBLOBStream (int hRow, int hCol);
abstract member GetBLOBStream : int * int -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IStream
Public Function GetBLOBStream (hRow As Integer, hCol As Integer) As IStream

Parámetros

hRow
Int32
hCol
Int32

Devoluciones

Interfaz IStream.

Comentarios

Este método se usa para recuperar una interfaz IStream que se puede usar para leer y escribir los bytes de datos en un objeto binario grande (BLOB). Cuando el IStream termine de manipular los datos mediante la secuencia, se puede volver a insertar en la columna mediante el método SetBLOBFromStream.

Se aplica a