IDTSBuffer100.GetBLOBStream(Int32, Int32) Método

Definición

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IStream ^ GetBLOBStream(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IStream GetBLOBStream(int hRow, int hCol);
abstract member GetBLOBStream : int * int -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.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 utiliza para recuperar una IStream interfaz que puede emplearse para leer y escribir los bytes de datos en un objeto binario grande (BLOB). Cuando IStream termina de manipular los datos usando el flujo, puede insertarse de nuevo en la columna mediante el SetBLOBFromStream método.

Se aplica a