共用方式為


IDTSBuffer100.GetBLOBObject(Int32, Int32) Method

Definition

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

Parameters

hRow
Int32
hCol
Int32

Returns

An IDTSBLOBObject100 object.

Remarks

The IDTSBLOBObject100 object can be used to manipulate the data in a binary large object (BLOB) column.

Applies to