Condividi tramite


IDTSBuffer100.GetBLOBObject(Int32, Int32) Metodo

Definizione

Ottiene un oggetto IDTSBLOBObject100 utilizzato per leggere e scrivere i byte in una colonna di un oggetto 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

Parametri

hRow
Int32

Handle della riga.

hCol
Int32

Handle della colonna.

Restituisce

Oggetto IDTSBLOBObject100.

Commenti

L'oggetto IDTSBLOBObject100 può essere usato per modificare i dati in una colonna BLOB (Binary Large Object).

Si applica a