IDTSBuffer100.GetBLOBObject(Int32, Int32) Método

Definición

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

Parámetros

hRow
Int32
hCol
Int32

Devoluciones

Un objeto IDTSBLOBObject100.

Comentarios

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

Se aplica a