IDTSBuffer100.GetBLOBObject(Int32, Int32) メソッド

定義

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

パラメーター

hRow
Int32
hCol
Int32

返品

IDTSBLOBObject100 オブジェクト。

注釈

IDTSBLOBObject100オブジェクトは、バイナリ大型オブジェクト(BLOB)カラム内のデータを操作するために使用できます。

適用対象