IDTSBuffer100.GetBLOBObject(Int32, Int32) Methode

Definition

Ruft IDTSBLOBObject100 zum Lesen und Schreiben der Bytes in einer IDTSBuffer100-Spalte ab.

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

Parameter

hRow
Int32

Das Zeilenhandle.

hCol
Int32

Das Spaltenhandle.

Gibt zurück

Ein IDTSBLOBObject100-Objekt.

Hinweise

Das IDTSBLOBObject100 Objekt kann verwendet werden, um die Daten in einer binär großen Objektspalte (BLOB) zu bearbeiten.

Gilt für: