IDTSBuffer100.GetBLOBObject(Int32, Int32) Méthode

Définition

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

Paramètres

hRow
Int32
hCol
Int32

Retours

Objet IDTSBLOBObject100.

Remarques

L’objet IDTSBLOBObject100 peut être utilisé pour manipuler les données dans une colonne blob (Binary Large Object).

S’applique à