Linguaggio

IDTSBuffer100.GetBLOBObject(Int32, Int32) Metodo

Definizione

Ottiene un IDTSBLOBObject100 che viene usato per leggere e scrivere i byte in una colonna in un 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

La maniglia della fila.

hCol
Int32

Il manico della colonna.

Valori restituiti

Oggetto IDTSBLOBObject100.

Commenti

L'oggetto IDTSBLOBObject100 può essere utilizzato per manipolare i dati in una colonna BLOB (binary large object).

Si applica a