Compartir a través de


IDTSBuffer100.GetBLOBObject(Int32, Int32) Método

Definición

Obtiene IDTSBLOBObject100 que se utiliza para leer y escribir los bytes de una columna en IDTSBuffer100.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject (int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100

Parámetros

hRow
Int32

El identificador de la fila.

hCol
Int32

El identificador de la columna.

Devoluciones

Objeto IDTSBLOBObject100.

Comentarios

El IDTSBLOBObject100 objeto se puede usar para manipular los datos en una columna de objetos binarios grandes (BLOB).

Se aplica a